X-Git-Url: http://gitweb.michael.orlitzky.com/?p=hath.git;a=blobdiff_plain;f=hath.cabal;h=70673eeed37b90f02f201cea74ae63906b1a28e7;hp=73ce76dce05eb156ff6a00874bbdce785a6acd42;hb=8a3ca8823d4e8b8adbf3060ec056aafaf9813ded;hpb=3f8eddfd203ff5473434c8ec71bc48ff68af6e73 diff --git a/hath.cabal b/hath.cabal index 73ce76d..70673ee 100644 --- a/hath.cabal +++ b/hath.cabal @@ -3,7 +3,7 @@ version: 0.3.1 cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky -homepage: http://michael.orlitzky.com/code/hath.php +homepage: http://michael.orlitzky.com/code/hath.xhtml category: Utils license: AGPL-3 license-file: doc/LICENSE @@ -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, @@ -197,5 +190,5 @@ test-suite shelltests source-repository head type: git - location: http://michael.orlitzky.com/git/hath.git + location: http://gitweb.michael.orlitzky.com/hath.git branch: master