]> gitweb.michael.orlitzky.com - hath.git/blobdiff - hath.cabal
hath.cabal: add Paths_hath to other-modules to silence a warning.
[hath.git] / hath.cabal
index 73ce76dce05eb156ff6a00874bbdce785a6acd42..bb3899f6f632e48828a7646f192fd3882c7668e2 100644 (file)
@@ -1,9 +1,9 @@
 name:           hath
-version:        0.3.1
+version:        0.4.2
 cabal-version:  >= 1.8
 author:         Michael Orlitzky
 maintainer:    Michael Orlitzky <michael@orlitzky.com>
-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
@@ -103,11 +103,11 @@ executable hath
     Maskable
     Maskbits
     Octet
+    Paths_hath
 
   build-depends:
-    base                        == 4.*,
+    base                        >= 4.9 && < 5,
     cmdargs                     >= 0.10,
-    MissingH                    >= 1.2,
     split                       >= 0.2,
     tasty                       >= 0.8,
     tasty-hunit                 >= 0.8,
@@ -125,11 +125,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 +134,6 @@ test-suite testsuite
   build-depends:
     base                        == 4.*,
     cmdargs                     >= 0.10,
-    MissingH                    >= 1.2,
     split                       >= 0.2,
     tasty                       >= 0.8,
     tasty-hunit                 >= 0.8,
@@ -170,7 +164,6 @@ test-suite shelltests
   build-depends:
     base                        == 4.*,
     cmdargs                     >= 0.10,
-    MissingH                    >= 1.2,
     process                     >= 1.1,
     split                       >= 0.2,
     tasty                       >= 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