X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=hath.cabal;h=70673eeed37b90f02f201cea74ae63906b1a28e7;hb=a8c2d85d8611f7f56eaa0c3406ec423d68f81f96;hp=2ef059b77b6dd440228476ecc64109e88b045c0a;hpb=5422368e46f0d56d8b2a87b6975bc870cc353b65;p=hath.git diff --git a/hath.cabal b/hath.cabal index 2ef059b..70673ee 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 @@ -107,34 +107,23 @@ executable hath build-depends: base == 4.*, cmdargs >= 0.10, - MissingH >= 1.2, split >= 0.2, tasty >= 0.8, tasty-hunit >= 0.8, 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 -optc-march=native -O2 - ghc-prof-options: - -prof - -auto-all - -caf-all - test-suite testsuite type: exitcode-stdio-1.0 @@ -144,7 +133,6 @@ test-suite testsuite build-depends: base == 4.*, cmdargs >= 0.10, - MissingH >= 1.2, split >= 0.2, tasty >= 0.8, tasty-hunit >= 0.8, @@ -153,16 +141,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 +190,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