medea 1.1.1 → 1.1.2
raw patch · 3 files changed
+9/−2 lines, 3 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- .hspec +2/−0
- CHANGELOG.md +5/−1
- medea.cabal +2/−1
+ .hspec view
@@ -0,0 +1,2 @@+--qc-max-discard=50+--qc-max-success=1000
CHANGELOG.md view
@@ -1,8 +1,12 @@ # Dev +# 1.1.2++- Ship our .hspec file to ensure all tests pass from an sdist.+ # 1.1.1 -- Ship our conformance suite as part of the sdist+- Ship our conformance suite as part of the sdist. # 1.1.0
medea.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: medea-version: 1.1.1+version: 1.1.2 synopsis: A schema language for JSON. description: A reference implementation of a schema language, together with a conformance@@ -28,6 +28,7 @@ conformance/schema-builder/pass/*.medea conformance/schema-builder/fail/*.medea conformance/validation/*.medea+ .hspec source-repository head type: git