X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code21.cabal;h=7134dcd8e45ee19801c1eec5d75476e9d0ffab2a;hb=c46213b57944279fec8d7e910a4ff75a346dafaa;hp=86523234e1571d96eb203b04c28f22aa3877e4bd;hpb=6de828867120c76997d0611d4f8290b2b954c307;p=advent-of-code-21.git diff --git a/advent-of-code21.cabal b/advent-of-code21.cabal index 8652323..7134dcd 100644 --- a/advent-of-code21.cabal +++ b/advent-of-code21.cabal @@ -191,3 +191,18 @@ executable advent17 import: common-extensions, build-directives main-is: advent17/Main.hs build-depends: linear, text, attoparsec, lens + +executable advent18 + import: common-extensions, build-directives + main-is: advent18/Main.hs + build-depends: text, attoparsec + +executable advent19 + import: common-extensions, build-directives + main-is: advent19/Main.hs + build-depends: linear, text, attoparsec, containers, multiset + +executable advent20 + import: common-extensions, build-directives + main-is: advent20/Main.hs + build-depends: linear, mtl, containers