X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code22.cabal;h=1810d1565000f76cb39d852b18158538bb8319be;hb=e117febdb2727b50c2eb5190ad2b0ce7bf19ddbf;hp=1e73cd1e300303a1207c2ac4016e55296372a2ba;hpb=2290e80f25ae2cc821f09d1de33345bb93b664c7;p=advent-of-code-22.git diff --git a/advent-of-code22.cabal b/advent-of-code22.cabal index 1e73cd1..1810d15 100644 --- a/advent-of-code22.cabal +++ b/advent-of-code22.cabal @@ -145,3 +145,8 @@ executable advent09 import: common-extensions, build-directives main-is: advent09/Main.hs build-depends: text, attoparsec, containers, linear, lens + +executable advent10 + import: common-extensions, build-directives + main-is: advent10/Main.hs + build-depends: text, attoparsec, split