packages feed

rest-snap 0.1.17.10 → 0.1.17.11

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~json-schemaPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: json-schema

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +#### 0.1.17.11++* Use `json-schema 0.5.*`+ #### 0.1.17.10  * Allow `mtl == 2.2.*` and `transformers == 0.4.*`
rest-snap.cabal view
@@ -1,5 +1,5 @@ name:                rest-snap-version:             0.1.17.10+version:             0.1.17.11 description:         Rest driver for Snap. synopsis:            Rest driver for Snap. maintainer:          code@silk.co@@ -28,7 +28,7 @@     , containers >= 0.4 && < 0.6     , fclabels == 2.0.*     , hxt >= 9.2 && < 9.4-    , json-schema == 0.4.*+    , json-schema == 0.5.*     , mtl >= 2.0 && < 2.3     , regular-xmlpickler == 0.2.*     , rest-core >= 0.28 && < 0.31