]> gitweb.michael.orlitzky.com - hath.git/blobdiff - hath.cabal
Bump to v0.4.2 in the cabal file for the base dependency change.
[hath.git] / hath.cabal
index 88b8f29dc73e7585bf8e0d72ca63f866a0f8d600..6e9d036995667652a33e52f81b05d63cb11a3225 100644 (file)
@@ -1,5 +1,5 @@
 name:           hath
-version:        0.3.1
+version:        0.4.2
 cabal-version:  >= 1.8
 author:         Michael Orlitzky
 maintainer:    Michael Orlitzky <michael@orlitzky.com>
@@ -105,9 +105,8 @@ executable hath
     Octet
 
   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 +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,
@@ -170,7 +163,6 @@ test-suite shelltests
   build-depends:
     base                        == 4.*,
     cmdargs                     >= 0.10,
-    MissingH                    >= 1.2,
     process                     >= 1.1,
     split                       >= 0.2,
     tasty                       >= 0.8,