X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code21.cabal;h=1d50e30bf16997b77371c6630bcb595464d612d8;hb=1ab3e062eb1b3b28a8aead9834afc962ca142451;hp=d97a3b0f19ca0314358f4ef7447a2ab7394a573b;hpb=f0646e388035b9b0f712b4ebd87790dd041f037a;p=advent-of-code-21.git diff --git a/advent-of-code21.cabal b/advent-of-code21.cabal index d97a3b0..1d50e30 100644 --- a/advent-of-code21.cabal +++ b/advent-of-code21.cabal @@ -158,7 +158,7 @@ executable advent14 executable advent15 import: common-extensions, build-directives main-is: advent15/Main.hs - build-depends: text, containers, linear, array, pqueue, mtl, lens + build-depends: containers, linear, array, pqueue, mtl, lens executable advent15slow import: common-extensions, build-directives @@ -177,11 +177,6 @@ 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