X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code22.cabal;h=a374b428786c5fe6c5cec13f94d466380081d397;hb=b8fa5f9013026264b0509f0498f4b897c9b4c824;hp=f310294d1bfbd437f8a80d421aec8af2dc7eebb2;hpb=4df30f4f37244271ea01f3e64c1fba6c36c20e94;p=advent-of-code-22.git diff --git a/advent-of-code22.cabal b/advent-of-code22.cabal index f310294..a374b42 100644 --- a/advent-of-code22.cabal +++ b/advent-of-code22.cabal @@ -104,3 +104,8 @@ executable advent03 import: common-extensions, build-directives main-is: advent03/Main.hs build-depends: containers, split + +executable advent04 + import: common-extensions, build-directives + main-is: advent04/Main.hs + build-depends: text, attoparsec \ No newline at end of file