X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code22.cabal;h=6859245ad6977d1e2193bdeca547025c513cc7e1;hb=a02f60a5bc25537437380fdcda1097019c75c38a;hp=012bec2e1878b19506457697e67593489417bcff;hpb=0aa43bda9bede3f58f97bc6b2996abd5dbbc97be;p=advent-of-code-22.git diff --git a/advent-of-code22.cabal b/advent-of-code22.cabal index 012bec2..6859245 100644 --- a/advent-of-code22.cabal +++ b/advent-of-code22.cabal @@ -165,3 +165,8 @@ executable advent13 import: common-extensions, build-directives main-is: advent13/Main.hs build-depends: text, attoparsec + +executable advent14 + import: common-extensions, build-directives + main-is: advent14/Main.hs + build-depends: text, attoparsec, containers, linear, lens