Version using hashsets and sequences, rather than lists
[advent-of-code-16.git] / adventofcode1611 / adventofcode1611.cabal
index 64b9754ea802e694823ec2773c6b790beead630c..19ce815b155992baa691b663b67a5587a46bf7a3 100644 (file)
@@ -51,6 +51,18 @@ executable advent11p
                      , pqueue
   default-language:    Haskell2010
 
+executable advent11ps
+  hs-source-dirs:      app
+  main-is:             advent11ps.hs
+  ghc-options:         -O2 -threaded -rtsopts -with-rtsopts=-N
+  build-depends:       base
+                     , adventofcode16
+                     , pqueue
+                     , hashable
+                     , containers
+                     , unordered-containers
+  default-language:    Haskell2010
+
 test-suite adventofcode1611-test
   type:                exitcode-stdio-1.0
   hs-source-dirs:      test