X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code21.cabal;h=2532975bf97217da5feaf3777fb9c95bb56780b4;hb=4437cd7086d710333d3667ec59be74a57bdff76e;hp=d200a4fd29fc5a832bf20fb1c75ae74378f906ba;hpb=da7ce507eaddb2c950ec7c08b3fe91d10e49bfeb;p=advent-of-code-21.git diff --git a/advent-of-code21.cabal b/advent-of-code21.cabal index d200a4f..2532975 100644 --- a/advent-of-code21.cabal +++ b/advent-of-code21.cabal @@ -176,3 +176,14 @@ executable advent15prof -Wall -threaded -rtsopts "-with-rtsopts=-N -p -s -hT" + +-- executable advent16 + -- import: common-extensions, build-directives + -- main-is: advent16/Main.hs + -- build-depends: binary, bytestring, bitstring, mtl + +executable advent16 + import: common-extensions, build-directives + main-is: advent16/Main.hs + build-depends: binary, bytestring, bitstream, mtl +