X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code23.cabal;h=d2f2d162099f4d59c6df75a45f796bca22f2be9d;hb=af2928ada523abf40d427402ba93d11b326d013c;hp=916090cd7a51b240e3ed3fb7b799996481b17ad2;hpb=68967ae847636a1892aecf66a77fc5474f296eff;p=advent-of-code-23.git diff --git a/advent-of-code23.cabal b/advent-of-code23.cabal index 916090c..d2f2d16 100644 --- a/advent-of-code23.cabal +++ b/advent-of-code23.cabal @@ -100,5 +100,9 @@ library executable advent01 import: common-extensions, build-directives main-is: advent01/Main.hs - build-depends: split - \ No newline at end of file + +executable advent02 + import: common-extensions, build-directives + main-is: advent02/Main.hs + build-depends: text, attoparsec + \ No newline at end of file