X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code21.cabal;h=86523234e1571d96eb203b04c28f22aa3877e4bd;hb=6de828867120c76997d0611d4f8290b2b954c307;hp=2532975bf97217da5feaf3777fb9c95bb56780b4;hpb=4437cd7086d710333d3667ec59be74a57bdff76e;p=advent-of-code-21.git diff --git a/advent-of-code21.cabal b/advent-of-code21.cabal index 2532975..8652323 100644 --- a/advent-of-code21.cabal +++ b/advent-of-code21.cabal @@ -187,3 +187,7 @@ executable advent16 main-is: advent16/Main.hs build-depends: binary, bytestring, bitstream, mtl +executable advent17 + import: common-extensions, build-directives + main-is: advent17/Main.hs + build-depends: linear, text, attoparsec, lens