X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code22.cabal;h=1e73cd1e300303a1207c2ac4016e55296372a2ba;hb=cf504bf2ef588403a211f64e7ae0e144f2a72b31;hp=0f7e6b55d2154da02b3b9a466ab48e78592feb3f;hpb=def52d62db6a1ca8ab7f4de7346e4d5fd5e0e7ea;p=advent-of-code-22.git diff --git a/advent-of-code22.cabal b/advent-of-code22.cabal index 0f7e6b5..1e73cd1 100644 --- a/advent-of-code22.cabal +++ b/advent-of-code22.cabal @@ -140,4 +140,8 @@ executable advent07 executable advent08 import: common-extensions, build-directives main-is: advent08/Main.hs - -- build-depends: text, attoparsec, containers, path-tree, rosezipper + +executable advent09 + import: common-extensions, build-directives + main-is: advent09/Main.hs + build-depends: text, attoparsec, containers, linear, lens