X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code23.cabal;h=a731ac852a71821ca04e77b12cb18482d1fa09e9;hb=1945dfe5e07195d9988073ef884838e47007d068;hp=374f2015f10d1eeafd3135f4f80a787652616c4e;hpb=320c134b0e7dd42100c71316223f56c4682b954f;p=advent-of-code-23.git diff --git a/advent-of-code23.cabal b/advent-of-code23.cabal index 374f201..a731ac8 100644 --- a/advent-of-code23.cabal +++ b/advent-of-code23.cabal @@ -206,4 +206,8 @@ executable advent18 import: common-extensions, build-directives main-is: advent18/Main.hs build-depends: linear, text, attoparsec - \ No newline at end of file + +executable advent19 + import: common-extensions, build-directives + main-is: advent19/Main.hs + build-depends: containers, text, attoparsec, lens