packages feed

rest-snap 0.1.17.13 → 0.1.17.14

raw patch · 2 files changed

+9/−5 lines, 2 filesdep ~rest-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: rest-core

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,13 +1,17 @@ # Changelog +#### 0.1.17.13++* Bump `rest-types` and `rest-core`.+ #### 0.1.17.12 -* Ignore empty path segments in URLs+* Ignore empty path segments in URLs.  #### 0.1.17.11 -* Use `json-schema 0.5.*`+* Use `json-schema 0.5.*`.  #### 0.1.17.10 -* Allow `mtl == 2.2.*` and `transformers == 0.4.*`+* Allow `mtl == 2.2.*` and `transformers == 0.4.*`.
rest-snap.cabal view
@@ -1,5 +1,5 @@ name:                rest-snap-version:             0.1.17.13+version:             0.1.17.14 description:         Rest driver for Snap. synopsis:            Rest driver for Snap. maintainer:          code@silk.co@@ -25,7 +25,7 @@       base == 4.*     , bytestring >= 0.9 && < 0.11     , case-insensitive >= 0.4 && < 1.3-    , rest-core >= 0.31 && < 0.33+    , rest-core >= 0.31 && < 0.34     , safe >= 0.2 && < 0.4     , snap-core == 0.9.*     , unordered-containers == 0.2.*