named-text 1.1.1.0 → 1.1.2.0
raw patch · 2 files changed
+8/−4 lines, 2 filesdep ~sayablePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: sayable
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- named-text.cabal +4/−4
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for named-text +## 1.1.2.0 -- 2023-01-17++* Updated sayable package upper bound to < 1.2.+ ## 1.1.1.0 -- 2022-12-28 * Added optional Data.Name.JSON providing `JSONSchema` with Aeson `ToJSON` and
named-text.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: named-text-version: 1.1.1.0+version: 1.1.2.0 synopsis: A parameterized named text type and associated functionality. description: .@@ -24,11 +24,11 @@ license-file: LICENSE author: Kevin Quick maintainer: kquick@galois.com-copyright: Galois Inc, 2022+copyright: Galois Inc, 2023 category: Data build-type: Simple extra-doc-files: CHANGELOG.md-tested-with: GHC == 9.4.2, GHC == 9.2.4, GHC == 9.0.2, GHC == 8.10.7, GHC == 8.8.4+tested-with: GHC == 9.4.4, GHC == 9.2.4, GHC == 9.0.2, GHC == 8.10.7, GHC == 8.8.4 source-repository head type: git@@ -62,7 +62,7 @@ , deepseq , hashable , prettyprinter >= 1.7.0 && < 1.8- , sayable >= 1.0 && < 1.1+ , sayable >= 1.0 && < 1.2 , text exposed-modules: Data.Name if flag(with-json)