X-Git-Url: http://gitweb.michael.orlitzky.com/?p=haeredes.git;a=blobdiff_plain;f=haeredes.cabal;h=4ce5f67ac07e1781bf752d1f0f84d919ce9d025f;hp=c1362992f01694a32edbb5103ba528dd4bf86ac7;hb=a896a1012dcceba38d7344e03bd784b17243fad7;hpb=c54bdc969cbff73af66a58e02c0b10bca29a36c9 diff --git a/haeredes.cabal b/haeredes.cabal index c136299..4ce5f67 100644 --- a/haeredes.cabal +++ b/haeredes.cabal @@ -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