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
27 default-language: Haskell2010
32 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
35 default-language: Haskell2010
40 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
43 default-language: Haskell2010
48 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
52 default-language: Haskell2010
56 main-is: advent11ps.hs
57 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
63 , unordered-containers
64 default-language: Haskell2010
66 executable advent11psm
68 main-is: advent11psm.hs
69 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
75 , unordered-containers
76 default-language: Haskell2010
78 executable advent11psmh
80 main-is: advent11psmh.hs
81 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
87 , unordered-containers
88 default-language: Haskell2010
90 test-suite adventofcode1611-test
91 type: exitcode-stdio-1.0
98 ghc-options: -threaded -rtsopts -with-rtsopts=-N
99 default-language: Haskell2010
101 source-repository head
103 location: git@git.njae.me.uk:advent-of-code-16