X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code22.cabal;h=4ad8da096ca144d415ff075536892ed85d5103bd;hb=60c87f7de7b78d8f1d9c375daa7593a1ffbd3eee;hp=c7012e989e349c8a92ec5158ef4d0baac229d1bc;hpb=ccb75bb3dde53e9fc513515160ccd38a5c3492c6;p=advent-of-code-22.git diff --git a/advent-of-code22.cabal b/advent-of-code22.cabal index c7012e9..4ad8da0 100644 --- a/advent-of-code22.cabal +++ b/advent-of-code22.cabal @@ -131,4 +131,8 @@ executable advent05 executable advent06 import: common-extensions, build-directives main-is: advent06/Main.hs - \ No newline at end of file + +executable advent07 + import: common-extensions, build-directives + main-is: advent07/Main.hs + build-depends: text, attoparsec, containers, path-tree, rosezipper