X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code23.cabal;h=7874bd60c38c8fb8e66d0f9817a84e604f90077e;hb=f8648c0ce55739dcadf19bbcdd56d5e48cd4f2e6;hp=a4cedfff66bc9e9d5a223e4ab306972d52d17b9c;hpb=af726c71a3805ece4256d469fb0abe607289024d;p=advent-of-code-23.git diff --git a/advent-of-code23.cabal b/advent-of-code23.cabal index a4cedff..7874bd6 100644 --- a/advent-of-code23.cabal +++ b/advent-of-code23.cabal @@ -125,4 +125,8 @@ 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