packages feed

kvitable 1.1.1.0 → 1.1.1.1

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~microlensPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: microlens

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for KVITable +## 1.1.1.1 -- 2026-03-10++* Increase upper version constraint for microlens to accept 0.5.+ ## 1.1.1.0 -- 2025-10-26  * Enable building with GHC 8.10 -- GHC 9.12.
kvitable.cabal view
@@ -1,6 +1,6 @@ cabal-version:       >=1.10 name:                kvitable-version:             1.1.1.0+version: 1.1.1.1 synopsis:            Key/Value Indexed Table container and formatting library description:    .@@ -62,7 +62,7 @@   build-depends:       base >=4.12 && <4.22                      , containers                      , lucid  >= 2.9 && < 2.12-                     , microlens >= 0.4 && < 0.5+                     , microlens >= 0.4 && < 0.6                      , named-text >= 1.2 && < 1.3                      , sayable >= 1.2.4.0 && < 1.4                      , text