packages feed

kvitable 1.1.1.1 → 1.1.2.0

raw patch · 2 files changed

+11/−3 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for KVITable +## 1.1.2.0 -- 2026-06-23++* Support GHC 9.14+ ## 1.1.1.1 -- 2026-03-10  * Increase upper version constraint for microlens to accept 0.5.
kvitable.cabal view
@@ -1,6 +1,6 @@ cabal-version:       >=1.10 name:                kvitable-version: 1.1.1.1+version: 1.1.2.0 synopsis:            Key/Value Indexed Table container and formatting library description:    .@@ -37,7 +37,11 @@                      GHC ==9.0.1                      GHC ==9.2.7                      GHC ==9.4.4-                     GHC ==8.6.1+                     GHC ==9.6.1+                     GHC ==9.8+                     GHC ==9.10+                     GHC ==9.12+                     GHC ==9.14 extra-source-files:  CHANGELOG.md                    , examples/hundreds_all.md                    , examples/zoo.md@@ -59,7 +63,7 @@                      , Data.KVITable.Render.ASCII                      , Data.KVITable.Render.HTML                      , Data.KVITable.Render.Internal-  build-depends:       base >=4.12 && <4.22+  build-depends:       base >=4.12 && <4.23                      , containers                      , lucid  >= 2.9 && < 2.12                      , microlens >= 0.4 && < 0.6