X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code21.cabal;h=9e50851364a5fd95e2942403189437b8858d37bd;hb=150f4ed9cd6cf5a7a29de631eb9b6ff9802dc88d;hp=82dc2ad630bf495c24ba6058ee7806c43d310853;hpb=d5831d9eb625db71f085c0daa1956d164078226c;p=advent-of-code-21.git diff --git a/advent-of-code21.cabal b/advent-of-code21.cabal index 82dc2ad..9e50851 100644 --- a/advent-of-code21.cabal +++ b/advent-of-code21.cabal @@ -119,3 +119,13 @@ executable advent08 import: common-extensions, build-directives main-is: advent08/Main.hs build-depends: text, attoparsec, containers + +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