X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code21.cabal;h=b760b36324354fc901da1ccbdc7418b6c9881d70;hb=64b373b65e3acb209038196ee9f2b54b97b306fe;hp=7134dcd8e45ee19801c1eec5d75476e9d0ffab2a;hpb=c46213b57944279fec8d7e910a4ff75a346dafaa;p=advent-of-code-21.git diff --git a/advent-of-code21.cabal b/advent-of-code21.cabal index 7134dcd..b760b36 100644 --- a/advent-of-code21.cabal +++ b/advent-of-code21.cabal @@ -206,3 +206,8 @@ executable advent20 import: common-extensions, build-directives main-is: advent20/Main.hs build-depends: linear, mtl, containers + +executable advent21 + import: common-extensions, build-directives + main-is: advent21/Main.hs + build-depends: text, attoparsec, containers, multiset