X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code21.cabal;h=2532975bf97217da5feaf3777fb9c95bb56780b4;hb=4437cd7086d710333d3667ec59be74a57bdff76e;hp=bb917ae30553394bbabd922e0699113fceca8796;hpb=f2288eb8f38d9fe9c052cd8c9f871f9cc930cedc;p=advent-of-code-21.git diff --git a/advent-of-code21.cabal b/advent-of-code21.cabal index bb917ae..2532975 100644 --- a/advent-of-code21.cabal +++ b/advent-of-code21.cabal @@ -177,8 +177,13 @@ executable advent15prof -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, bitstring, mtl + build-depends: binary, bytestring, bitstream, mtl