X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code23.cabal;h=a8a4504fcb843826ec0a8d9894cbdaaae3f741fd;hb=c4136e04dca618af23f2bbc30dc1045afb8a6bac;hp=7874bd60c38c8fb8e66d0f9817a84e604f90077e;hpb=f8648c0ce55739dcadf19bbcdd56d5e48cd4f2e6;p=advent-of-code-23.git diff --git a/advent-of-code23.cabal b/advent-of-code23.cabal index 7874bd6..a8a4504 100644 --- a/advent-of-code23.cabal +++ b/advent-of-code23.cabal @@ -130,3 +130,18 @@ 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 + +executable advent07 + import: common-extensions, build-directives + main-is: advent07/Main.hs + build-depends: text, attoparsec + +executable advent07c + import: common-extensions, build-directives + main-is: advent07/MainWithCase.hs + build-depends: text, attoparsec \ No newline at end of file