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
38 default-language: Haskell2010
43 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
47 default-language: Haskell2010
52 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
57 default-language: Haskell2010
62 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
67 default-language: Haskell2010
72 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
75 default-language: Haskell2010
80 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
84 default-language: Haskell2010
89 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
94 default-language: Haskell2010
99 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
103 default-language: Haskell2010
108 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
114 default-language: Haskell2010
119 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
122 default-language: Haskell2010
126 main-is: advent11a.hs
127 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
130 default-language: Haskell2010
134 main-is: advent11h.hs
135 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
138 default-language: Haskell2010
142 main-is: advent11p.hs
143 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
147 default-language: Haskell2010
152 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
158 default-language: Haskell2010
163 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
167 default-language: Haskell2010
172 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
176 default-language: Haskell2010
180 main-is: advent14c.hs
181 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
186 default-language: Haskell2010
188 executable advent14parallel
190 main-is: advent14parallel.hs
191 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
197 default-language: Haskell2010
202 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
207 default-language: Haskell2010
211 main-is: advent15l.hs
212 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
217 default-language: Haskell2010
222 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
225 default-language: Haskell2010
229 main-is: advent16i.hs
230 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
233 default-language: Haskell2010
238 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
243 default-language: Haskell2010
248 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
251 default-language: Haskell2010
255 main-is: advent18f.hs
256 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
259 default-language: Haskell2010
264 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
268 default-language: Haskell2010
273 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
278 default-language: Haskell2010
283 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
289 default-language: Haskell2010
294 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
299 default-language: Haskell2010
301 executable advent22search
303 main-is: advent22search.hs
304 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
309 default-language: Haskell2010
311 executable advent22showgrid
313 main-is: advent22showgrid.hs
314 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
319 default-language: Haskell2010
321 executable advent22library
323 main-is: advent22library.hs
324 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
331 , unordered-containers
333 default-language: Haskell2010
338 ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
344 default-language: Haskell2010
346 executable adventofcode16-exe
349 ghc-options: -threaded -rtsopts -with-rtsopts=-N
352 default-language: Haskell2010
354 test-suite adventofcode16-test
355 type: exitcode-stdio-1.0
360 ghc-options: -threaded -rtsopts -with-rtsopts=-N
361 default-language: Haskell2010
363 source-repository head
365 location: https://github.com/neilnjae/adventofcode16