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 executable advent22search
34 main-is: advent22search.hs
35 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
41 default-language: Haskell2010
43 executable advent22showgrid
45 main-is: advent22showgrid.hs
46 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
52 default-language: Haskell2010
54 executable advent22library
56 main-is: advent22library.hs
57 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
65 , unordered-containers
67 default-language: Haskell2010
69 executable advent22psm
71 main-is: advent22psm.hs
72 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
81 , unordered-containers
82 default-language: Haskell2010
84 test-suite adventofcode1622-test
85 type: exitcode-stdio-1.0
92 ghc-options: -threaded -rtsopts -with-rtsopts=-N
93 default-language: Haskell2010
95 source-repository head
97 location: git@git.njae.me.uk:advent-of-code-16