3 synopsis: Initial project template from stack
4 description: Please see README.md
5 homepage: https://github.com/neilnjae/adventofcode16#readme
9 maintainer: noone@njae.me.uk
10 copyright: 2016 Neil Smith
13 extra-source-files: README.md
18 build-depends: base >= 4.7 && < 5
19 default-language: Haskell2010
24 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
29 default-language: Haskell2010
31 test-suite adventofcode1601-test
32 type: exitcode-stdio-1.0
39 ghc-options: -threaded -rtsopts -with-rtsopts=-N
40 default-language: Haskell2010
42 source-repository head
44 location: https://github.com/neilnjae/adventofcode16