X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code23.cabal;h=0eda336be9bc34e934b06c6de592cc7b55379d24;hb=a9d950d527ed44dd307f50969b0b67061c84f72b;hp=08ab63c4a552c068489e2e1190444cc33310855d;hpb=ab15eef15936a685030126a725088371eb475c60;p=advent-of-code-23.git diff --git a/advent-of-code23.cabal b/advent-of-code23.cabal index 08ab63c..0eda336 100644 --- a/advent-of-code23.cabal +++ b/advent-of-code23.cabal @@ -216,3 +216,8 @@ executable advent20 import: common-extensions, build-directives main-is: advent20/Main.hs build-depends: containers, text, attoparsec, lens, mtl + +executable advent21 + import: common-extensions, build-directives + main-is: advent21/Main.hs + build-depends: linear, containers, split