3 synopsis: Initial project template from stack
4 description: Please see README.md
5 homepage: https://git.njae.me.uk/?p=advent-of-code-16.git;a=blob_plain;f=README.html
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
30 default-language: Haskell2010
32 test-suite adventofcode1604-test
33 type: exitcode-stdio-1.0
40 ghc-options: -threaded -rtsopts -with-rtsopts=-N
41 default-language: Haskell2010
43 source-repository head
45 location: git@git.njae.me.uk:advent-of-code-16