X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code21.cabal;h=ac846cfaa2087d895a5990337933f7216ab43c47;hb=8761302ae0a2266a934a49138e4c01f3fa5e4af1;hp=626e0ae295031df17a5b5108b0085bf1f39b2a72;hpb=80e48c29c6001122f9c853a03883aab9403ab798;p=advent-of-code-21.git diff --git a/advent-of-code21.cabal b/advent-of-code21.cabal index 626e0ae..ac846cf 100644 --- a/advent-of-code21.cabal +++ b/advent-of-code21.cabal @@ -134,3 +134,13 @@ executable advent10 import: common-extensions, build-directives main-is: advent10/Main.hs build-depends: containers + +executable advent11 + import: common-extensions, build-directives + main-is: advent11/Main.hs + build-depends: array, containers, linear + +executable advent12 + import: common-extensions, build-directives + main-is: advent12/Main.hs + build-depends: text, attoparsec, containers