json-schema 0.7.0.1 → 0.7.0.2
raw patch · 2 files changed
+8/−4 lines, 2 filesdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: time
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- json-schema.cabal +4/−4
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +#### 0.7.0.2++* Allow time 1.5.*+ #### 0.7.0.1 * Drop support for old tasty versions
json-schema.cabal view
@@ -1,5 +1,5 @@ name: json-schema-version: 0.7.0.1+version: 0.7.0.2 synopsis: Types and type classes for defining JSON schemas. description: Types and type classes for defining JSON schemas. license: BSD3@@ -37,8 +37,8 @@ , mtl >= 2.1 && < 2.3 , scientific == 0.3.* , tagged >= 0.2 && < 0.8- , text >= 0.10 && < 1.2- , time >= 1.2 && < 1.5+ , text >= 0.10 && < 1.3+ , time >= 1.2 && < 1.6 , unordered-containers == 0.2.* , vector == 0.10.* @@ -62,5 +62,5 @@ , tasty == 0.10.* , tasty-hunit == 0.9.* , tasty-th == 0.1.*- , text >= 0.10 && < 1.2+ , text >= 0.10 && < 1.3 , vector == 0.10.*