X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code22.cabal;fp=advent-of-code22.cabal;h=d9def44be270d183803ee2367be75adfc4d1d375;hb=45247badaa7ee6570f5294470a4f937747bdb2c4;hp=74c5ea99eff72d5ea87d2d8fcb7cb1deff58faf0;hpb=2b58adc795652b845b6ceba6eebab9cfd01f401a;p=advent-of-code-22.git diff --git a/advent-of-code22.cabal b/advent-of-code22.cabal index 74c5ea9..d9def44 100644 --- a/advent-of-code22.cabal +++ b/advent-of-code22.cabal @@ -190,3 +190,13 @@ executable advent18 import: common-extensions, build-directives main-is: advent18/Main.hs build-depends: text, attoparsec, containers, linear, lens + +executable advent19 + import: common-extensions, build-directives + main-is: advent19/Main.hs + build-depends: text, attoparsec, containers, pqueue, mtl, lens, multiset, parallel, deepseq + +executable advent20 + import: common-extensions, build-directives + main-is: advent20/Main.hs + build-depends: data-clist , lens