X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=adventofcode1701%2Fadventofcode1701.cabal;fp=adventofcode1701%2Fadventofcode1701.cabal;h=0000000000000000000000000000000000000000;hb=0d01bb3582b4b7f5ee86ff37a8136161c5c061c3;hp=f7c8fc6c83ed3eaf97b0870f658fcc00b7164d99;hpb=89bf7fd456e520c5483fa138b5a49f07f2703df4;p=advent-of-code-17.git diff --git a/adventofcode1701/adventofcode1701.cabal b/adventofcode1701/adventofcode1701.cabal deleted file mode 100644 index f7c8fc6..0000000 --- a/adventofcode1701/adventofcode1701.cabal +++ /dev/null @@ -1,26 +0,0 @@ -name: adventofcode1701 -version: 0.1.0.0 --- synopsis: --- description: -homepage: https://github.com/neilnjae/advent-of-code-17#readme -license: BSD3 -license-file: LICENSE -author: Neil Smith -maintainer: noone@njae.me.uk -copyright: 2017 Neil Smith -category: None -build-type: Simple -cabal-version: >=1.10 -extra-source-files: README.md - -library - hs-source-dirs: src - build-depends: base >= 4.7 && < 5 - default-language: Haskell2010 - -executable advent01 - hs-source-dirs: app - main-is: advent01.hs - default-language: Haskell2010 - build-depends: base >= 4.7 && < 5 - , parsec \ No newline at end of file