X-Git-Url: https://git.njae.me.uk/?p=advent-of-code-22.git;a=blobdiff_plain;f=advent-of-code22.cabal;fp=advent-of-code22.cabal;h=1b1a6104dae5bf2cec7c29d4d1ac1a032cb37e45;hp=5fa92ad948ed920b573238b320b11dab9f2aa750;hb=ea35652beea3aa2e32ae15c13388d893b0044e1a;hpb=fac89b5e50afe5c2d64d597c9e0873af5a1b9302 diff --git a/advent-of-code22.cabal b/advent-of-code22.cabal index 5fa92ad..1b1a610 100644 --- a/advent-of-code22.cabal +++ b/advent-of-code22.cabal @@ -205,4 +205,8 @@ executable advent21 import: common-extensions, build-directives main-is: advent21/Main.hs build-depends: text, attoparsec, containers, lens - \ No newline at end of file + +executable advent22 + import: common-extensions, build-directives + main-is: advent22/Main.hs + build-depends: containers, linear, lens, mtl