X-Git-Url: https://git.njae.me.uk/?p=advent-of-code-22.git;a=blobdiff_plain;f=advent-of-code22.cabal;h=5fa92ad948ed920b573238b320b11dab9f2aa750;hp=d9def44be270d183803ee2367be75adfc4d1d375;hb=fac89b5e50afe5c2d64d597c9e0873af5a1b9302;hpb=8a93d571e888a50a47b8fb92b97f13152f79895f diff --git a/advent-of-code22.cabal b/advent-of-code22.cabal index d9def44..5fa92ad 100644 --- a/advent-of-code22.cabal +++ b/advent-of-code22.cabal @@ -200,3 +200,9 @@ executable advent20 import: common-extensions, build-directives main-is: advent20/Main.hs build-depends: data-clist , lens + +executable advent21 + import: common-extensions, build-directives + main-is: advent21/Main.hs + build-depends: text, attoparsec, containers, lens + \ No newline at end of file