Day 8
[advent-of-code-18.git] / advent-of-code.cabal
index ee5a633456ccce4ad0d02e085227096f1d9b3af3..587e98c178561d288ad527535366ebed5992990f 100644 (file)
@@ -67,4 +67,20 @@ executable advent06
                      , text
                      , megaparsec
                      , containers
-          
\ No newline at end of file
+
+executable advent07
+  hs-source-dirs:      src/advent07
+  main-is:             advent07.hs
+  default-language:    Haskell2010
+  build-depends:       base >= 4.7 && < 5
+                     , text
+                     , megaparsec
+                     , containers
+
+executable advent08
+  hs-source-dirs:      src/advent08
+  main-is:             advent08.hs
+  default-language:    Haskell2010
+  build-depends:       base >= 4.7 && < 5
+                     , text
+                     , megaparsec
\ No newline at end of file