Day 23
[advent-of-code-16.git] / adventofcode16 / adventofcode16.cabal
index 39c09424e6c3a3732391a7ed68898a257457a712..6216e5100641445738b06a37efaa7579149a94e6 100644 (file)
@@ -332,6 +332,16 @@ executable advent22library
                      , hashable
   default-language:    Haskell2010
 
+executable advent23
+  hs-source-dirs:      app
+  main-is:             advent23.hs
+  ghc-options:         -O2 -threaded -rtsopts -with-rtsopts=-N
+  build-depends:       base
+                     , adventofcode16
+                     , parsec
+                     , parsec-numbers
+                     , mtl
+  default-language:    Haskell2010
 
 executable adventofcode16-exe
   hs-source-dirs:      app