X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code21.cabal;h=9e50851364a5fd95e2942403189437b8858d37bd;hb=150f4ed9cd6cf5a7a29de631eb9b6ff9802dc88d;hp=c3b897768f6ff9438bc7e838bce5205876eac704;hpb=44f075be0a9e6b637d93d35b5cea705ca2e1b1f4;p=advent-of-code-21.git diff --git a/advent-of-code21.cabal b/advent-of-code21.cabal index c3b8977..9e50851 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