X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=hath.cabal;h=b7c6e215f450d7ba2b1428abaa4b7cbed1f0c8f2;hb=86640fa4de114533df254590b5655de8fd8b2941;hp=c72c633e4ea14c6fd09249747058e4454e28517f;hpb=b281484173f7722e5969a45c63ee4fb08df3add6;p=hath.git diff --git a/hath.cabal b/hath.cabal index c72c633..b7c6e21 100644 --- a/hath.cabal +++ b/hath.cabal @@ -171,25 +171,15 @@ test-suite shelltests build-depends: base == 4.*, - cmdargs >= 0.10, - process >= 1.1, - split >= 0.2, - tasty >= 0.8, - tasty-hunit >= 0.8, - tasty-quickcheck >= 0.8.1 + process >= 1.1 -- 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