X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=list-remote-forwards.cabal;h=efd6288e9ad69766e80aa6b987193c3ce9afd654;hb=e9bb5fc1ec7d300b2d6f3c70a76bffac51d63a19;hp=75103c0d5b636ef6c0980125cbc49348efb43dcc;hpb=25ebc60ebae4557a1f81fd90a4a90fcdbdf76a92;p=list-remote-forwards.git diff --git a/list-remote-forwards.cabal b/list-remote-forwards.cabal index 75103c0..efd6288 100644 --- a/list-remote-forwards.cabal +++ b/list-remote-forwards.cabal @@ -3,7 +3,7 @@ version: 0.0.1 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 @@ -136,7 +136,7 @@ description: /Examples/: . @ - $ list-remote-forwards --database=test/fixtures/postfixadmin.sqlite3 + $ list-remote-forwards --database=test\/fixtures\/postfixadmin.sqlite3 user1@example.com -> user1@example.net user2@example.com -> user1@example.org user2@example.com -> user2@example.org @@ -176,23 +176,7 @@ executable list-remote-forwards MxList Report String - - 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 - + Paths_list_remote_forwards test-suite testsuite type: exitcode-stdio-1.0 @@ -215,21 +199,6 @@ test-suite testsuite tasty-hunit >= 0.8, tasty-quickcheck >= 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 type: exitcode-stdio-1.0 hs-source-dirs: test @@ -240,25 +209,7 @@ 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/list-remote-forwards.git + location: http://gitweb.michael.orlitzky.com/list-remote-forwards.git branch: master