Day 2
[advent-of-code-21.git] / advent-of-code21.cabal
index 54f366837e2b426274eb4bd02d781eadbe56e140..24e58803d075ecee9c8328f60c96c2a3da885260 100644 (file)
@@ -84,4 +84,9 @@ executable advent01
   -- other-extensions:
   -- build-depends:       base >=4.13 && < 4.15
   -- hs-source-dirs:
-  -- default-language:    Haskell2010
\ No newline at end of file
+  -- default-language:    Haskell2010
+
+executable advent02
+  import: common-extensions, build-directives
+  main-is:             advent02/Main.hs
+  build-depends: text, attoparsec