X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code23.cabal;h=c0bb353c5c72d133b4058d09a2eae60d99f540e8;hb=c7364d4e2de33c97a720e1654e296d3f4c304756;hp=99b2c32a2192005d57410ce599890cd23e8fd615;hpb=f2c85a0f3caf4338314da60dd2c7823a4dad626c;p=advent-of-code-23.git diff --git a/advent-of-code23.cabal b/advent-of-code23.cabal index 99b2c32..c0bb353 100644 --- a/advent-of-code23.cabal +++ b/advent-of-code23.cabal @@ -135,3 +135,9 @@ 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 + \ No newline at end of file