X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code22.cabal;h=1b1a6104dae5bf2cec7c29d4d1ac1a032cb37e45;hb=ea35652beea3aa2e32ae15c13388d893b0044e1a;hp=d9def44be270d183803ee2367be75adfc4d1d375;hpb=45247badaa7ee6570f5294470a4f937747bdb2c4;p=advent-of-code-22.git diff --git a/advent-of-code22.cabal b/advent-of-code22.cabal index d9def44..1b1a610 100644 --- a/advent-of-code22.cabal +++ b/advent-of-code22.cabal @@ -200,3 +200,13 @@ executable advent20 import: common-extensions, build-directives main-is: advent20/Main.hs build-depends: data-clist , lens + +executable advent21 + import: common-extensions, build-directives + main-is: advent21/Main.hs + build-depends: text, attoparsec, containers, lens + +executable advent22 + import: common-extensions, build-directives + main-is: advent22/Main.hs + build-depends: containers, linear, lens, mtl