diff options
Diffstat (limited to 'blessings.cabal')
| -rw-r--r-- | blessings.cabal | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/blessings.cabal b/blessings.cabal index 6b923ff..7622136 100644 --- a/blessings.cabal +++ b/blessings.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: blessings -version: 2.6.0 +version: 3.0.0 license: MIT author: tv build-type: Simple @@ -10,25 +10,14 @@ source-repository head location: https://cgit.krebsco.de/blessings library - exposed-modules: - Blessings - Blessings.ByteString - Blessings.ByteString.Lazy - Blessings.Internal - Blessings.String - Blessings.String.WCWidth - Blessings.Text - Blessings.Text.WCWidth - + exposed-modules: Blessings hs-source-dirs: src default-language: GHC2024 ghc-options: -Wall -Wextra build-depends: base, - bytestring, extra, - text, - wcwidth + mono-traversable test-suite test-blessings type: exitcode-stdio-1.0 @@ -40,4 +29,5 @@ test-suite test-blessings base, blessings, hspec, + mono-traversable, QuickCheck |
