packages feed

sayable 1.2.6.0 → 1.2.7.0

raw patch · 2 files changed

+8/−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 sayable +## 1.2.7.0 -- 2026-06-22++* Support for GHC 9.14.+ ## 1.2.6.0 -- 2025-08-18  * Update constraints to support GHC 8.8 through 9.12.
sayable.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.4 name:               sayable-version:            1.2.6.0+version:            1.2.7.0 synopsis: Construction of context-adjusted pretty output description:    .@@ -22,7 +22,8 @@ build-type:         Simple extra-doc-files:    CHANGELOG.md                     README.md-tested-with:        GHC == 9.12+tested-with:        GHC == 9.14+                  , GHC == 9.12                   , GHC == 9.10                   , GHC == 9.8                   , GHC == 9.6@@ -55,7 +56,7 @@     hs-source-dirs:   .     default-language: Haskell2010     exposed-modules:  Text.Sayable-    build-depends:    base >= 4.13 && < 4.22+    build-depends:    base >= 4.13 && < 4.23                     , containers                     , exceptions                     , bytestring