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