Added second executable to cabal file
[advent-of-code-16.git] / adventofcode1618 / adventofcode1618.cabal
index f9b1f83a7d09d99d4ff8e3f5e3c5a8073adf329d..c85d2dcb9f92be619df0927304af4edd5b8b1844 100644 (file)
@@ -27,6 +27,15 @@ executable advent18
                      , adventofcode16
   default-language:    Haskell2010
 
+executable advent18f
+  hs-source-dirs:      app
+  main-is:             advent18f.hs
+  ghc-options:         -O2 -threaded -rtsopts -with-rtsopts=-N
+  build-depends:       base
+                     , adventofcode1618
+                     , adventofcode16
+  default-language:    Haskell2010
+
 test-suite adventofcode1618-test
   type:                exitcode-stdio-1.0
   hs-source-dirs:      test