X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code21.cabal;h=b760b36324354fc901da1ccbdc7418b6c9881d70;hb=64b373b65e3acb209038196ee9f2b54b97b306fe;hp=121c742270c793d0a0bbd8dbbbdb77139680e6a4;hpb=75972c351184fd9226a5f8e7464a0383c4ab966b;p=advent-of-code-21.git diff --git a/advent-of-code21.cabal b/advent-of-code21.cabal index 121c742..b760b36 100644 --- a/advent-of-code21.cabal +++ b/advent-of-code21.cabal @@ -210,4 +210,4 @@ 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