diff options
| -rw-r--r-- | blessings.cabal | 73 |
1 files changed, 37 insertions, 36 deletions
diff --git a/blessings.cabal b/blessings.cabal index bcdce98..8fc4f91 100644 --- a/blessings.cabal +++ b/blessings.cabal @@ -1,40 +1,41 @@ -author: tv -build-type: Simple -cabal-version: >= 1.8 -license: MIT -name: blessings -version: 2.6.0 +cabal-version: >=1.8 +name: blessings +version: 2.6.0 +license: MIT +author: tv +build-type: Simple + +source-repository head + type: git + location: https://cgit.krebsco.de/blessings library - build-depends: - base, - bytestring, - extra, - text, - wcwidth - exposed-modules: - Blessings, - Blessings.ByteString, - Blessings.ByteString.Lazy, - Blessings.Internal, - Blessings.String, - Blessings.String.WCWidth - Blessings.Text, - Blessings.Text.WCWidth - ghc-options: -O2 -Wall - hs-source-dirs: src + exposed-modules: + Blessings + Blessings.ByteString + Blessings.ByteString.Lazy + Blessings.Internal + Blessings.String + Blessings.String.WCWidth + Blessings.Text + Blessings.Text.WCWidth -test-suite test-blessings - build-depends: - base, - blessings, - hspec, - QuickCheck - ghc-options: -Wall - hs-source-dirs: test - main-is: Spec.hs - type: exitcode-stdio-1.0 + hs-source-dirs: src + ghc-options: -O2 -Wall + build-depends: + base, + bytestring, + extra, + text, + wcwidth -source-repository head - location: https://cgit.krebsco.de/blessings - type: git +test-suite test-blessings + type: exitcode-stdio-1.0 + main-is: Spec.hs + hs-source-dirs: test + ghc-options: -Wall + build-depends: + base, + blessings, + hspec, + QuickCheck |
