From: Michael Orlitzky Date: Mon, 4 Mar 2019 03:06:12 +0000 (-0500) Subject: hath.cabal: simplify GHC flags used in the shelltest suite. X-Git-Tag: 0.5.1~6 X-Git-Url: https://gitweb.michael.orlitzky.com/?p=hath.git;a=commitdiff_plain;h=86640fa4de114533df254590b5655de8fd8b2941 hath.cabal: simplify GHC flags used in the shelltest suite. --- diff --git a/hath.cabal b/hath.cabal index f743830..b7c6e21 100644 --- a/hath.cabal +++ b/hath.cabal @@ -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