X-Git-Url: https://git.njae.me.uk/?p=advent-of-code-22.git;a=blobdiff_plain;f=advent-of-code22.cabal;h=32e063ad50f2ece7724a51bf01c190cc0c0ca9eb;hp=94190f578d9549a60299dd9733c9c58cafe504ec;hb=de8a23119a24ffda18137a3be0a83663f7a20e39;hpb=08e5c738343a3baf910691772290c82e4d85d779 diff --git a/advent-of-code22.cabal b/advent-of-code22.cabal index 94190f5..32e063a 100644 --- a/advent-of-code22.cabal +++ b/advent-of-code22.cabal @@ -175,3 +175,14 @@ executable advent15 import: common-extensions, build-directives main-is: advent15/Main.hs build-depends: text, attoparsec, containers, linear, lens + +executable advent16 + import: common-extensions, build-directives + main-is: advent16/Main.hs + build-depends: text, attoparsec, containers, pqueue, mtl, lens, split + +executable advent17 + import: common-extensions, build-directives + main-is: advent17/Main.hs + build-depends: containers, linear, lens + \ No newline at end of file