X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code21.cabal;h=ac846cfaa2087d895a5990337933f7216ab43c47;hb=8761302ae0a2266a934a49138e4c01f3fa5e4af1;hp=12cd8ab73022406d094f5d2bf543f949d105cfbd;hpb=5906e1d8d0723d8c7e3d97c3a29988723efe2f71;p=advent-of-code-21.git diff --git a/advent-of-code21.cabal b/advent-of-code21.cabal index 12cd8ab..ac846cf 100644 --- a/advent-of-code21.cabal +++ b/advent-of-code21.cabal @@ -139,3 +139,8 @@ 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