X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=hath.cabal;h=81d1ec11c606336b4c8e58cc65b4f53b600a3a01;hb=17ac93250071d5c316f92c0a9b46d25b138827a8;hp=f7438304aa266503e5853103f45079fa0fae6ed4;hpb=d513b85badf3095b45c92e98145f939ed0dfdc54;p=hath.git diff --git a/hath.cabal b/hath.cabal index f743830..81d1ec1 100644 --- a/hath.cabal +++ b/hath.cabal @@ -1,5 +1,5 @@ name: hath -version: 0.4.2 +version: 0.5.0 cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky @@ -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