X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code21.cabal;h=8ba8f78320cdbcd8c5aa963576833019d60a76a8;hb=e2b15781f674220586e860fb9a85b6ad0f278fad;hp=b760b36324354fc901da1ccbdc7418b6c9881d70;hpb=8307ab6717ea4ceaff6691cbc3fc5acf70335f79;p=advent-of-code-21.git diff --git a/advent-of-code21.cabal b/advent-of-code21.cabal index b760b36..8ba8f78 100644 --- a/advent-of-code21.cabal +++ b/advent-of-code21.cabal @@ -211,3 +211,8 @@ executable advent21 import: common-extensions, build-directives main-is: advent21/Main.hs build-depends: text, attoparsec, containers, multiset + +executable advent22 + import: common-extensions, build-directives + main-is: advent22/Main.hs + build-depends: linear, text, attoparsec, containers, lens