diff options
| author | tv <tv@krebsco.de> | 2026-03-07 13:40:51 +0100 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2026-03-07 13:40:51 +0100 |
| commit | 35854c8df0c97ad99325f1bf3837d1e7efdaf21e (patch) | |
| tree | de862bb9bc98692482cb3fb6b85d7da134f629b9 | |
| parent | 96e42c2aba5e29fd795aa624a9f2ea992ec52c21 (diff) | |
version: 2.5.1 -> 2.6.0v2.6.0
| -rw-r--r-- | blessings.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/blessings.cabal b/blessings.cabal index c5dc7d5..06231a4 100644 --- a/blessings.cabal +++ b/blessings.cabal @@ -3,13 +3,14 @@ build-type: Simple cabal-version: >= 1.8 license: MIT name: blessings -version: 2.5.1 +version: 2.6.0 library build-depends: base, bytestring, extra, + mono-traversable, text, wcwidth exposed-modules: |
