X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code21.cabal;h=d7c0fa83739cfee55e1d60b377406bc662600e8d;hb=9e104a7ffbd3b6e57b98b9103a4b532802e47d52;hp=c3b897768f6ff9438bc7e838bce5205876eac704;hpb=44f075be0a9e6b637d93d35b5cea705ca2e1b1f4;p=advent-of-code-21.git diff --git a/advent-of-code21.cabal b/advent-of-code21.cabal index c3b8977..d7c0fa8 100644 --- a/advent-of-code21.cabal +++ b/advent-of-code21.cabal @@ -124,3 +124,8 @@ executable advent08a import: common-extensions, build-directives main-is: advent08/Main-longwinded.hs build-depends: text, attoparsec, containers + +executable advent09 + import: common-extensions, build-directives + main-is: advent09/Main.hs + build-depends: array, containers, linear