]> gitweb.michael.orlitzky.com - hath.git/blobdiff - hath.cabal
makefile: remove "hscolour" from the docs build.
[hath.git] / hath.cabal
index f7438304aa266503e5853103f45079fa0fae6ed4..81d1ec11c606336b4c8e58cc65b4f53b600a3a01 100644 (file)
@@ -1,5 +1,5 @@
 name:           hath
-version:        0.4.2
+version:        0.5.0
 cabal-version:  >= 1.8
 author:         Michael Orlitzky
 maintainer:    Michael Orlitzky <michael@orlitzky.com>
@@ -175,16 +175,11 @@ test-suite shelltests
 
   -- 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