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