X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code23.cabal;h=99b2c32a2192005d57410ce599890cd23e8fd615;hb=f2c85a0f3caf4338314da60dd2c7823a4dad626c;hp=a4cedfff66bc9e9d5a223e4ab306972d52d17b9c;hpb=2b17c5582c40cb32ac74a00afd0340faf9908863;p=advent-of-code-23.git diff --git a/advent-of-code23.cabal b/advent-of-code23.cabal index a4cedff..99b2c32 100644 --- a/advent-of-code23.cabal +++ b/advent-of-code23.cabal @@ -125,4 +125,13 @@ executable advent05 import: common-extensions, build-directives main-is: advent05/Main.hs build-depends: text, attoparsec, containers, split - \ No newline at end of file + +executable advent05d + import: common-extensions, build-directives + main-is: advent05/MainDirect.hs + build-depends: text, attoparsec, containers, split + +executable advent06 + import: common-extensions, build-directives + main-is: advent06/Main.hs + build-depends: text, attoparsec