X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code23.cabal;h=a4cedfff66bc9e9d5a223e4ab306972d52d17b9c;hb=2b17c5582c40cb32ac74a00afd0340faf9908863;hp=e7c24ee6f2e8f4afc4defdc4046a2aea51ae53a3;hpb=09fdf0eb77519959598625ec13fb2d6e3474878f;p=advent-of-code-23.git diff --git a/advent-of-code23.cabal b/advent-of-code23.cabal index e7c24ee..a4cedff 100644 --- a/advent-of-code23.cabal +++ b/advent-of-code23.cabal @@ -119,4 +119,10 @@ executable advent03 executable advent04 import: common-extensions, build-directives main-is: advent04/Main.hs - build-depends: text, attoparsec \ No newline at end of file + build-depends: text, attoparsec + +executable advent05 + import: common-extensions, build-directives + main-is: advent05/Main.hs + build-depends: text, attoparsec, containers, split + \ No newline at end of file