X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code21.cabal;h=8ba8f78320cdbcd8c5aa963576833019d60a76a8;hb=e2b15781f674220586e860fb9a85b6ad0f278fad;hp=121c742270c793d0a0bbd8dbbbdb77139680e6a4;hpb=75972c351184fd9226a5f8e7464a0383c4ab966b;p=advent-of-code-21.git diff --git a/advent-of-code21.cabal b/advent-of-code21.cabal index 121c742..8ba8f78 100644 --- a/advent-of-code21.cabal +++ b/advent-of-code21.cabal @@ -210,4 +210,9 @@ executable advent20 executable advent21 import: common-extensions, build-directives main-is: advent21/Main.hs - build-depends: text, attoparsec, mtl, containers, monad-loops + 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