X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code21.cabal;h=d7c0fa83739cfee55e1d60b377406bc662600e8d;hb=9e104a7ffbd3b6e57b98b9103a4b532802e47d52;hp=82dc2ad630bf495c24ba6058ee7806c43d310853;hpb=d5831d9eb625db71f085c0daa1956d164078226c;p=advent-of-code-21.git diff --git a/advent-of-code21.cabal b/advent-of-code21.cabal index 82dc2ad..d7c0fa8 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, linear