X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code23.cabal;fp=advent-of-code23.cabal;h=374f2015f10d1eeafd3135f4f80a787652616c4e;hb=320c134b0e7dd42100c71316223f56c4682b954f;hp=39f88e1390675edaf8f346eccb4ef97586bcaef8;hpb=295e2d7671d5ef002d741100fef25bbcf55f808d;p=advent-of-code-23.git diff --git a/advent-of-code23.cabal b/advent-of-code23.cabal index 39f88e1..374f201 100644 --- a/advent-of-code23.cabal +++ b/advent-of-code23.cabal @@ -190,7 +190,7 @@ executable advent14 executable advent15 import: common-extensions, build-directives main-is: advent15/Main.hs - build-depends: containers, text, attoparsec, + build-depends: containers, text, attoparsec executable advent16 import: common-extensions, build-directives @@ -201,3 +201,9 @@ executable advent17 import: common-extensions, build-directives main-is: advent17/Main.hs build-depends: containers, linear, array, pqueue, mtl, lens + +executable advent18 + import: common-extensions, build-directives + main-is: advent18/Main.hs + build-depends: linear, text, attoparsec + \ No newline at end of file