X-Git-Url: http://gitweb.michael.orlitzky.com/?p=spline3.git;a=blobdiff_plain;f=spline3.cabal;h=deabe44e64a728c257539d39b3cfff627f892953;hp=a6c638b291d427c6f8c04a338a647d4ec27674fe;hb=83ef0aaeae074756e4ee90d72d3e27e74e136061;hpb=f4a350ef09642165c395e824f9fa6806ada7c39d diff --git a/spline3.cabal b/spline3.cabal index a6c638b..deabe44 100644 --- a/spline3.cabal +++ b/spline3.cabal @@ -76,29 +76,21 @@ executable spline3 Volumetric 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 -funbox-strict-fields -fexcess-precision -fno-spec-constr-count -rtsopts -threaded - - ghc-options: -O2 -optc-O3 -optc-march=native ghc-prof-options: - -prof -auto-all -caf-all @@ -114,13 +106,16 @@ test-suite doctests -- It's not entirely clear to me why I have to reproduce all of this. ghc-options: + -Weverything + -Wno-implicit-prelude + -Wno-safe + -Wno-unsafe + -Wno-all-missed-specialisations -rtsopts -threaded -funbox-strict-fields -fexcess-precision -fno-spec-constr-count - - ghc-options: -O2 -optc-O3 -optc-march=native @@ -163,6 +158,11 @@ test-suite testsuite -- It's not entirely clear to me why I have to reproduce all of this. ghc-options: + -Weverything + -Wno-implicit-prelude + -Wno-safe + -Wno-unsafe + -Wno-all-missed-specialisations -rtsopts -threaded -funbox-strict-fields