summaryrefslogtreecommitdiffstats
path: root/blessings.cabal
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2026-03-07 23:28:58 +0100
committertv <tv@krebsco.de>2026-03-08 04:01:23 +0100
commitae9f49e0a6e7d5a0c906d8e4fd153ad553cdecf1 (patch)
tree8dbb213f5796da9215742afa9d30682e3dcc5dd0 /blessings.cabal
parenta6dd9834628614c0b7c815165bc0cf4139131b8c (diff)
use mono-traversable
Diffstat (limited to 'blessings.cabal')
-rw-r--r--blessings.cabal18
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