X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code22.cabal;fp=advent-of-code22.cabal;h=74c5ea99eff72d5ea87d2d8fcb7cb1deff58faf0;hb=2b58adc795652b845b6ceba6eebab9cfd01f401a;hp=32e063ad50f2ece7724a51bf01c190cc0c0ca9eb;hpb=ba1fb8a459ef5514a246e66557fab4507824918e;p=advent-of-code-22.git diff --git a/advent-of-code22.cabal b/advent-of-code22.cabal index 32e063a..74c5ea9 100644 --- a/advent-of-code22.cabal +++ b/advent-of-code22.cabal @@ -185,4 +185,8 @@ executable advent17 import: common-extensions, build-directives main-is: advent17/Main.hs build-depends: containers, linear, lens - \ No newline at end of file + +executable advent18 + import: common-extensions, build-directives + main-is: advent18/Main.hs + build-depends: text, attoparsec, containers, linear, lens