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