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
29 default-language: Haskell2010
34 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
40 default-language: Haskell2010
42 executable advent14parallel
44 main-is: advent14parallel.hs
45 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
52 default-language: Haskell2010
54 test-suite adventofcode1614-test
55 type: exitcode-stdio-1.0
62 ghc-options: -threaded -rtsopts -with-rtsopts=-N
63 default-language: Haskell2010
65 source-repository head
67 location: git@git.njae.me.uk:advent-of-code-16