X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code22.cabal;fp=advent-of-code22.cabal;h=7d2936144e0c6bba6fc6f7663ce648f83e0c9b41;hb=fa67b5346cae1f97e6955b3dd1eafb29734e9542;hp=cb1bf56e502d5688d3fe12c8a47620753dec82c2;hpb=ee33ca141d4dcd7d07e5c35be1e670b728a1483d;p=advent-of-code-22.git diff --git a/advent-of-code22.cabal b/advent-of-code22.cabal index cb1bf56..7d29361 100644 --- a/advent-of-code22.cabal +++ b/advent-of-code22.cabal @@ -154,4 +154,4 @@ executable advent10 executable advent11 import: common-extensions, build-directives main-is: advent11/Main.hs - build-depends: text, attoparsec, containers, lens + build-depends: text, attoparsec, containers, lens, mtl