]> gitweb.michael.orlitzky.com - hath.git/commitdiff
hath.cabal: simplify GHC flags used in the shelltest suite.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 4 Mar 2019 03:06:12 +0000 (22:06 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 4 Mar 2019 03:06:12 +0000 (22:06 -0500)
hath.cabal

index f7438304aa266503e5853103f45079fa0fae6ed4..b7c6e215f450d7ba2b1428abaa4b7cbed1f0c8f2 100644 (file)
@@ -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