rest-snap 0.1.17.15 → 0.1.17.16
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~utf8-stringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: utf8-string
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- rest-snap.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +#### 0.1.17.16++* Allow utf8-string 1.+ #### 0.1.17.15 * Use new version of `rest-core`.
rest-snap.cabal view
@@ -1,5 +1,5 @@ name: rest-snap-version: 0.1.17.15+version: 0.1.17.16 description: Rest driver for Snap. synopsis: Rest driver for Snap. maintainer: code@silk.co@@ -30,4 +30,4 @@ , snap-core == 0.9.* , unordered-containers == 0.2.* , uri-encode == 1.5.*- , utf8-string == 0.3.*+ , utf8-string >= 0.3 && < 1.1