json-schema 0.7.0.0 → 0.7.0.1
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~tastydep ~tasty-hunitdep ~text
Dependency ranges changed: tasty, tasty-hunit, text
Files
- CHANGELOG.md +4/−0
- json-schema.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +#### 0.7.0.1++* Drop support for old tasty versions+ ## 0.7.0.0 * Removed the `Null` constructor from `Schema`, use `Data.JSON.Schema.Combinators.nullable` instead.
json-schema.cabal view
@@ -1,5 +1,5 @@ name: json-schema-version: 0.7.0.0+version: 0.7.0.1 synopsis: Types and type classes for defining JSON schemas. description: Types and type classes for defining JSON schemas. license: BSD3@@ -59,8 +59,8 @@ , generic-aeson == 0.2.* , json-schema , tagged >= 0.2 && < 0.8- , tasty >= 0.8 && < 0.10- , tasty-hunit >= 0.8 && < 0.10+ , tasty == 0.10.*+ , tasty-hunit == 0.9.* , tasty-th == 0.1.* , text >= 0.10 && < 1.2 , vector == 0.10.*