X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mailbox-count.cabal;h=74bf6856bea132e299492bbc3560038b0bcc83c0;hb=31fe23ca831165da495cf4b99139f2e544b0dacd;hp=331d98b1fad55fec1d36302340c7196792c61ced;hpb=75d75b83c8db410141bd3d1db54095ad26d9eca9;p=mailbox-count.git diff --git a/mailbox-count.cabal b/mailbox-count.cabal index 331d98b..74bf685 100644 --- a/mailbox-count.cabal +++ b/mailbox-count.cabal @@ -3,7 +3,7 @@ version: 0.0.2 cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky -license: GPL-3 +license: AGPL-3 license-file: doc/LICENSE bug-reports: mailto:michael@orlitzky.com category: Mail, Utils @@ -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,25 +208,9 @@ 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 type: git - location: http://michael.orlitzky.com/git/mailbox-count.git + location: http://gitweb.michael.orlitzky.com/mailbox-count.git branch: master