X-Git-Url: http://gitweb.michael.orlitzky.com/?p=haeredes.git;a=blobdiff_plain;f=haeredes.cabal;h=4ce5f67ac07e1781bf752d1f0f84d919ce9d025f;hp=5644cea72f738bede12613205eec57cf3e1d16de;hb=a896a1012dcceba38d7344e03bd784b17243fad7;hpb=96d26b3fef724b2e48c42daf0179174463963cdf diff --git a/haeredes.cabal b/haeredes.cabal index 5644cea..4ce5f67 100644 --- a/haeredes.cabal +++ b/haeredes.cabal @@ -1,9 +1,9 @@ name: haeredes -version: 0.4.2 +version: 0.4.5 cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky -license: GPL-3 +license: AGPL-3 license-file: doc/LICENSE homepage: http://michael.orlitzky.com/code/haeredes.php bug-reports: mailto:michael@orlitzky.com @@ -101,16 +101,11 @@ executable haeredes Timeout 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 @@ -129,16 +124,11 @@ test-suite doctests -- 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