X-Git-Url: http://gitweb.michael.orlitzky.com/?p=spline3.git;a=blobdiff_plain;f=spline3.cabal;h=deabe44e64a728c257539d39b3cfff627f892953;hp=2fc7b13f9162800d404466360838a8db3dd237c9;hb=0b3152a88d2fa4a7c75f29a2859c31ef23d27bf3;hpb=01224fcd3726b07ebc3cb3c92da81d1384a4ca9a diff --git a/spline3.cabal b/spline3.cabal index 2fc7b13..deabe44 100644 --- a/spline3.cabal +++ b/spline3.cabal @@ -76,23 +76,16 @@ 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 @@ -113,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 @@ -162,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