X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code21.cabal;h=f92f871ae5f9d405d522578ced150d7ccdcd6f4d;hb=3b6d45eb52d9b2824701113253a7c117084a2c10;hp=3154f15be8763b4983fe3f18c5b790426ed82375;hpb=5d41de69ff9389aadabdb1213b36750a02772e4e;p=advent-of-code-21.git diff --git a/advent-of-code21.cabal b/advent-of-code21.cabal index 3154f15..f92f871 100644 --- a/advent-of-code21.cabal +++ b/advent-of-code21.cabal @@ -195,4 +195,9 @@ executable advent17 executable advent18 import: common-extensions, build-directives main-is: advent18/Main.hs - build-depends: text, attoparsec \ No newline at end of file + build-depends: text, attoparsec + +executable advent19 + import: common-extensions, build-directives + main-is: advent19/Main.hs + build-depends: linear, text, attoparsec, containers, multiset