Done day 16
[advent-of-code-18.git] / advent-of-code.cabal
index 78e84a199f18b1e19f41d3363c68d5b3790b57b4..5e334e9bb9dd9f4a6726d5c4512a170e1fa90a1e 100644 (file)
@@ -191,4 +191,11 @@ executable advent15
                      , containers   
                      , pqueue
 
-                                              
\ No newline at end of file
+executable advent16
+  hs-source-dirs:      src/advent16
+  main-is:             advent16.hs
+  default-language:    Haskell2010
+  build-depends:       base >= 4.7 && < 5
+                     , text
+                     , megaparsec
+                     , containers