X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mailbox-count.cabal;h=433018b786cedf9538f59ba325dba7bbb0ddacfc;hb=1ab466bafb97b983782f78c5ac42539ff4ab1708;hp=615d8aa9fee26313b38913a989bed5db3e648e78;hpb=20e4fc40e4c35c949558f6b90455b88057bdc221;p=mailbox-count.git diff --git a/mailbox-count.cabal b/mailbox-count.cabal index 615d8aa..433018b 100644 --- a/mailbox-count.cabal +++ b/mailbox-count.cabal @@ -1,5 +1,5 @@ name: mailbox-count -version: 0.0.2 +version: 0.0.3 cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky @@ -177,22 +177,6 @@ executable mailbox-count OptionalConfiguration Report - 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 - -rtsopts - -threaded - -optc-O3 - -optc-march=native - test-suite testsuite type: exitcode-stdio-1.0 @@ -212,19 +196,6 @@ test-suite testsuite tasty >= 0.8, tasty-hunit >= 0.8 - -- 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 - -O2 test-suite doctests @@ -237,22 +208,6 @@ test-suite doctests doctest >= 0.9, filemanip >= 0.3.6 - -- 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 - -rtsopts - -threaded - -optc-O3 - -optc-march=native source-repository head