rest-snap 0.1.17.17 → 0.1.17.18
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~rest-core
Dependency ranges changed: rest-core
Files
- CHANGELOG.md +4/−0
- rest-snap.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +#### 0.1.17.18++* Allow `rest-core 0.36.*`+ #### 0.1.17.17 * Bump `rest-core` upper bound.
rest-snap.cabal view
@@ -1,5 +1,5 @@ name: rest-snap-version: 0.1.17.17+version: 0.1.17.18 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.34 && < 0.36+ , rest-core >= 0.34 && < 0.37 , safe >= 0.2 && < 0.4 , snap-core == 0.9.* , unordered-containers == 0.2.*