X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=hath.cabal;h=88b8f29dc73e7585bf8e0d72ca63f866a0f8d600;hb=2fcbd5144dae4837b26638baa170ae97f3ee1ea2;hp=2ef059b77b6dd440228476ecc64109e88b045c0a;hpb=5422368e46f0d56d8b2a87b6975bc870cc353b65;p=hath.git diff --git a/hath.cabal b/hath.cabal index 2ef059b..88b8f29 100644 --- a/hath.cabal +++ b/hath.cabal @@ -3,7 +3,7 @@ version: 0.3.1 cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky -homepage: http://michael.orlitzky.com/code/hath.php +homepage: http://michael.orlitzky.com/code/hath.xhtml category: Utils license: AGPL-3 license-file: doc/LICENSE @@ -114,16 +114,11 @@ executable hath tasty-quickcheck >= 0.8.1 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 @@ -153,16 +148,11 @@ test-suite testsuite -- 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 @@ -207,5 +197,5 @@ test-suite shelltests source-repository head type: git - location: http://michael.orlitzky.com/git/hath.git + location: http://gitweb.michael.orlitzky.com/hath.git branch: master