X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=hath.cabal;h=88b8f29dc73e7585bf8e0d72ca63f866a0f8d600;hb=17e2b6bff32afdcc65e784b30ec8315ae29bc8a4;hp=9bff3155c01a87576ed974f5c4ef22e03350c2f3;hpb=006f90418a578308104b75362f0b595466900eed;p=hath.git diff --git a/hath.cabal b/hath.cabal index 9bff315..88b8f29 100644 --- a/hath.cabal +++ b/hath.cabal @@ -1,9 +1,9 @@ name: hath -version: 0.3.0 +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