json-spec 1.3.0.0 → 1.3.0.1
raw patch · 2 files changed
+5/−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 +3/−1
- json-spec.cabal +2/−2
CHANGELOG.md view
@@ -1,6 +1,8 @@ # Changelog -## Unreleased+## 1.3.0.1++- Support GHC 9.14. ## 1.3.0.0
json-spec.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: json-spec-version: 1.3.0.0+version: 1.3.0.1 synopsis: Type-level JSON specification maintainer: rick@owensmurray.com description: See the README at: https://github.com/owensmurray/json-spec#json-spec@@ -19,7 +19,7 @@ common dependencies build-depends: , aeson >= 2.2.1.0 && < 2.3- , base >= 4.19.0.0 && < 4.22+ , base >= 4.19.0.0 && < 4.23 , containers >= 0.6.8 && < 0.8 , scientific >= 0.3.7.0 && < 0.4 , text >= 2.1 && < 2.2