X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code23.cabal;h=a8a4504fcb843826ec0a8d9894cbdaaae3f741fd;hb=3e6691d64d99bf6a3c5ebbf10372d1ea4b864c9e;hp=c0bb353c5c72d133b4058d09a2eae60d99f540e8;hpb=583c9cf8e3ec1bce0bf568b977251b5bc0045b81;p=advent-of-code-23.git diff --git a/advent-of-code23.cabal b/advent-of-code23.cabal index c0bb353..a8a4504 100644 --- a/advent-of-code23.cabal +++ b/advent-of-code23.cabal @@ -140,4 +140,8 @@ executable advent07 import: common-extensions, build-directives main-is: advent07/Main.hs build-depends: text, attoparsec - \ No newline at end of file + +executable advent07c + import: common-extensions, build-directives + main-is: advent07/MainWithCase.hs + build-depends: text, attoparsec \ No newline at end of file