Finally done day 22 properly, with search
[advent-of-code-16.git] / adventofcode1622 / adventofcode1622.cabal
index 73bd8a82ada8307935c6c33aca68f8f0000a72a9..5594bd2bfb316f8914e18efb582722fb52bf23d2 100644 (file)
@@ -66,6 +66,21 @@ executable advent22library
                      , hashable
   default-language:    Haskell2010
 
+executable advent22psm
+  hs-source-dirs:      app
+  main-is:             advent22psm.hs
+  ghc-options:         -O2 -threaded -rtsopts -with-rtsopts=-N
+  build-depends:       base
+                     , adventofcode1622
+                     , adventofcode16
+                     , parsec
+                     , parsec-numbers
+                     , hashable
+                     , pqueue
+                     , containers
+                     , unordered-containers
+  default-language:    Haskell2010
+
 test-suite adventofcode1622-test
   type:                exitcode-stdio-1.0
   hs-source-dirs:      test