json-spec 1.3.0.1 → 1.3.0.2
raw patch · 2 files changed
+8/−3 lines, 2 filesdep ~containersdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: containers, time
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- json-spec.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,10 @@ # Changelog +## 1.3.0.2++- Relax upper bounds on `containers` and `time` for current Hackage+ packages.+ ## 1.3.0.1 - Support GHC 9.14.
json-spec.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: json-spec-version: 1.3.0.1+version: 1.3.0.2 synopsis: Type-level JSON specification maintainer: rick@owensmurray.com description: See the README at: https://github.com/owensmurray/json-spec#json-spec@@ -20,10 +20,10 @@ build-depends: , aeson >= 2.2.1.0 && < 2.3 , base >= 4.19.0.0 && < 4.23- , containers >= 0.6.8 && < 0.8+ , containers >= 0.6.8 && < 0.9 , scientific >= 0.3.7.0 && < 0.4 , text >= 2.1 && < 2.2- , time >= 1.9.3 && < 1.15+ , time >= 1.9.3 && < 1.16 , vector >= 0.13.0.0 && < 0.14 common warnings