X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=adventofcode1702%2Fadventofcode1702.cabal;fp=adventofcode1702%2Fadventofcode1702.cabal;h=0000000000000000000000000000000000000000;hb=0d01bb3582b4b7f5ee86ff37a8136161c5c061c3;hp=994616ea67816df5ef7cd1678581dd757d5283bc;hpb=89bf7fd456e520c5483fa138b5a49f07f2703df4;p=advent-of-code-17.git diff --git a/adventofcode1702/adventofcode1702.cabal b/adventofcode1702/adventofcode1702.cabal deleted file mode 100644 index 994616e..0000000 --- a/adventofcode1702/adventofcode1702.cabal +++ /dev/null @@ -1,27 +0,0 @@ -name: adventofcode1702 -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 advent02 - hs-source-dirs: app - main-is: advent02.hs - default-language: Haskell2010 - build-depends: base >= 4.7 && < 5 - , parsec - , parsec-numbers