]> 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 2ef059b77b6dd440228476ecc64109e88b045c0a..6e9d036995667652a33e52f81b05d63cb11a3225 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
@@ -105,36 +105,25 @@ 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,
     tasty-quickcheck            >= 0.8.1
 
   ghc-options:
-    -Wall
-    -fwarn-hi-shadowing
-    -fwarn-missing-signatures
-    -fwarn-name-shadowing
-    -fwarn-orphans
-    -fwarn-type-defaults
-    -fwarn-tabs
-    -fwarn-incomplete-record-updates
-    -fwarn-monomorphism-restriction
-    -fwarn-unused-do-bind
+    -Weverything
+    -Wno-implicit-prelude
+    -Wno-safe
+    -Wno-unsafe
+    -Wno-all-missed-specialisations
     -rtsopts
     -threaded
     -optc-O3
     -optc-march=native
     -O2
 
-  ghc-prof-options:
-    -prof
-    -auto-all
-    -caf-all
-
 
 test-suite testsuite
   type: exitcode-stdio-1.0
@@ -144,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,
@@ -153,16 +141,11 @@ test-suite testsuite
 
   -- It's not entirely clear to me why I have to reproduce all of this.
   ghc-options:
-    -Wall
-    -fwarn-hi-shadowing
-    -fwarn-missing-signatures
-    -fwarn-name-shadowing
-    -fwarn-orphans
-    -fwarn-type-defaults
-    -fwarn-tabs
-    -fwarn-incomplete-record-updates
-    -fwarn-monomorphism-restriction
-    -fwarn-unused-do-bind
+    -Weverything
+    -Wno-implicit-prelude
+    -Wno-safe
+    -Wno-unsafe
+    -Wno-all-missed-specialisations
     -rtsopts
     -threaded
     -optc-O3
@@ -180,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,
@@ -207,5 +189,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