From 2dfe2f8648a6748234514bcd9d61e5e1a1d1fb72 Mon Sep 17 00:00:00 2001 From: defanor Date: Sun, 3 Dec 2017 19:06:33 +0300 Subject: Refactor Add annotations, fix -Wall warnings, lint, etc. --- coalpit.cabal | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'coalpit.cabal') diff --git a/coalpit.cabal b/coalpit.cabal index 91e175a..dcf8b43 100644 --- a/coalpit.cabal +++ b/coalpit.cabal @@ -1,37 +1,34 @@ --- Initial coalpit.cabal generated by cabal init. For further --- documentation, see http://haskell.org/cabal/users-guide/ - name: coalpit -version: 0.1.0.0 --- synopsis: --- description: +version: 0.1.0.1 +synopsis: Command-line options parsing and printing license: BSD3 license-file: LICENSE author: defanor maintainer: defanor@uberspace.net --- copyright: category: Console build-type: Simple extra-source-files: ChangeLog.md , Example.hs , README.md cabal-version: >=1.10 +tested-with: GHC == 8.0.1, GHC == 8.0.2, GHC == 8.2.1 library exposed-modules: Coalpit - other-extensions: TemplateHaskell, FlexibleInstances build-depends: base >= 4.9 && < 5 , megaparsec >= 6.2 && < 7 default-language: Haskell2010 + ghc-options: -Wall test-suite test-coalpit + default-language: Haskell2010 type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Test.hs build-depends: base >= 4.9 && < 5 - , megaparsec >= 6.2 && < 7 , generic-random >= 1 && < 2 , tasty >= 0.12 && < 1 , tasty-quickcheck >= 0.9 && < 1 , tasty-travis >= 0.2 && < 1 , coalpit + ghc-options: -Wall -Wno-unused-top-binds -- cgit v1.2.3