X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code23.cabal;fp=advent-of-code23.cabal;h=3f78f06738298328ffe0ff520e58986409c2018d;hb=5e886d892c0bef76b3f0fbac7de1001e75dabebb;hp=0eda336be9bc34e934b06c6de592cc7b55379d24;hpb=a9d950d527ed44dd307f50969b0b67061c84f72b;p=advent-of-code-23.git diff --git a/advent-of-code23.cabal b/advent-of-code23.cabal index 0eda336..3f78f06 100644 --- a/advent-of-code23.cabal +++ b/advent-of-code23.cabal @@ -221,3 +221,8 @@ executable advent21 import: common-extensions, build-directives main-is: advent21/Main.hs build-depends: linear, containers, split + +executable advent22 + import: common-extensions, build-directives + main-is: advent22/Main.hs + build-depends: linear, text, attoparsec, lens, containers