X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code23.cabal;h=7f89b118e77728afe116ad3b99f405df08c3e964;hb=144c9843945d8af62fc35f96b5063283a52055d8;hp=d2f2d162099f4d59c6df75a45f796bca22f2be9d;hpb=af2928ada523abf40d427402ba93d11b326d013c;p=advent-of-code-23.git diff --git a/advent-of-code23.cabal b/advent-of-code23.cabal index d2f2d16..7f89b11 100644 --- a/advent-of-code23.cabal +++ b/advent-of-code23.cabal @@ -105,4 +105,13 @@ executable advent02 import: common-extensions, build-directives main-is: advent02/Main.hs build-depends: text, attoparsec - \ No newline at end of file + +executable advent03 + import: common-extensions, build-directives + main-is: advent03/Main.hs + build-depends: linear, array + +executable advent04 + import: common-extensions, build-directives + main-is: advent04/Main.hs + build-depends: text, attoparsec \ No newline at end of file