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
19 build-depends: base >= 4.7 && < 5
20 default-language: Haskell2010
25 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
29 default-language: Haskell2010
34 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
39 default-language: Haskell2010
44 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
49 default-language: Haskell2010
54 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
57 default-language: Haskell2010
62 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
66 default-language: Haskell2010
71 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
76 default-language: Haskell2010
81 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
85 default-language: Haskell2010
90 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
96 default-language: Haskell2010
101 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
104 default-language: Haskell2010
108 main-is: advent11a.hs
109 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
112 default-language: Haskell2010
116 main-is: advent11h.hs
117 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
120 default-language: Haskell2010
124 main-is: advent11p.hs
125 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
129 default-language: Haskell2010
134 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
140 default-language: Haskell2010
145 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
149 default-language: Haskell2010
154 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
158 default-language: Haskell2010
162 main-is: advent14c.hs
163 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
168 default-language: Haskell2010
170 executable advent14parallel
172 main-is: advent14parallel.hs
173 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
179 default-language: Haskell2010
184 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
189 default-language: Haskell2010
193 main-is: advent15l.hs
194 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
199 default-language: Haskell2010
204 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
207 default-language: Haskell2010
211 main-is: advent16i.hs
212 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
215 default-language: Haskell2010
220 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
225 default-language: Haskell2010
230 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
233 default-language: Haskell2010
237 main-is: advent18f.hs
238 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
241 default-language: Haskell2010
246 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
250 default-language: Haskell2010
255 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
260 default-language: Haskell2010
265 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
271 default-language: Haskell2010
276 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
281 default-language: Haskell2010
283 executable advent22search
285 main-is: advent22search.hs
286 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
291 default-language: Haskell2010
293 executable advent22showgrid
295 main-is: advent22showgrid.hs
296 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
301 default-language: Haskell2010
303 executable advent22library
305 main-is: advent22library.hs
306 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
313 , unordered-containers
315 default-language: Haskell2010
320 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
326 default-language: Haskell2010
328 executable adventofcode16-exe
331 ghc-options: -threaded -rtsopts -with-rtsopts=-N
334 default-language: Haskell2010
336 test-suite adventofcode16-test
337 type: exitcode-stdio-1.0
342 ghc-options: -threaded -rtsopts -with-rtsopts=-N
343 default-language: Haskell2010
345 source-repository head
347 location: https://github.com/neilnjae/adventofcode16