X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code22.cabal;h=012bec2e1878b19506457697e67593489417bcff;hb=0aa43bda9bede3f58f97bc6b2996abd5dbbc97be;hp=9f7d50a6add762bd06f24ae36f39c350393fabb6;hpb=edadad9c2ee998065e6292493ffac16037de477b;p=advent-of-code-22.git diff --git a/advent-of-code22.cabal b/advent-of-code22.cabal index 9f7d50a..012bec2 100644 --- a/advent-of-code22.cabal +++ b/advent-of-code22.cabal @@ -159,4 +159,9 @@ executable advent11 executable advent12 import: common-extensions, build-directives main-is: advent12/Main.hs - build-depends: containers, linear, array, pqueue, mtl, lens \ No newline at end of file + build-depends: containers, linear, array, pqueue, mtl, lens + +executable advent13 + import: common-extensions, build-directives + main-is: advent13/Main.hs + build-depends: text, attoparsec