X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=hath.cabal;h=70673eeed37b90f02f201cea74ae63906b1a28e7;hb=a8c2d85d8611f7f56eaa0c3406ec423d68f81f96;hp=88b8f29dc73e7585bf8e0d72ca63f866a0f8d600;hpb=17e2b6bff32afdcc65e784b30ec8315ae29bc8a4;p=hath.git diff --git a/hath.cabal b/hath.cabal index 88b8f29..70673ee 100644 --- a/hath.cabal +++ b/hath.cabal @@ -107,7 +107,6 @@ executable hath build-depends: base == 4.*, cmdargs >= 0.10, - MissingH >= 1.2, split >= 0.2, tasty >= 0.8, tasty-hunit >= 0.8, @@ -125,11 +124,6 @@ executable hath -optc-march=native -O2 - ghc-prof-options: - -prof - -auto-all - -caf-all - test-suite testsuite type: exitcode-stdio-1.0 @@ -139,7 +133,6 @@ test-suite testsuite build-depends: base == 4.*, cmdargs >= 0.10, - MissingH >= 1.2, split >= 0.2, tasty >= 0.8, tasty-hunit >= 0.8,