X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code23.cabal;h=e7c24ee6f2e8f4afc4defdc4046a2aea51ae53a3;hb=09fdf0eb77519959598625ec13fb2d6e3474878f;hp=7f89b118e77728afe116ad3b99f405df08c3e964;hpb=144c9843945d8af62fc35f96b5063283a52055d8;p=advent-of-code-23.git diff --git a/advent-of-code23.cabal b/advent-of-code23.cabal index 7f89b11..e7c24ee 100644 --- a/advent-of-code23.cabal +++ b/advent-of-code23.cabal @@ -106,6 +106,11 @@ executable advent02 main-is: advent02/Main.hs build-depends: text, attoparsec +executable advent02a + import: common-extensions, build-directives + main-is: advent02/MainApplicative.hs + build-depends: text, attoparsec + executable advent03 import: common-extensions, build-directives main-is: advent03/Main.hs