Trying to optimise day 15
[advent-of-code-17.git] / advent-of-code.cabal
index 5a2aa81521afe9aa62fec37e14c3e778b9ccec27..a9cf4509d8c9afe390c66efcbb79f32c6cd6c8d2 100644 (file)
@@ -135,7 +135,6 @@ executable advent14
                      , containers
                      , parallel
 
-
 executable advent14serial
   hs-source-dirs:      src/advent14
   main-is:             advent14serial.hs
@@ -143,3 +142,15 @@ executable advent14serial
   build-depends:       base >= 4.7 && < 5
                      , split
                      , containers
+
+executable advent15
+  hs-source-dirs:      src/advent15
+  main-is:             advent15.hs
+  default-language:    Haskell2010
+  build-depends:       base >= 4.7 && < 5
+
+executable advent15other
+  hs-source-dirs:      src/advent15
+  main-is:             advent15other.hs
+  default-language:    Haskell2010
+  build-depends:       base >= 4.7 && < 5
\ No newline at end of file