rest-happstack 0.2.10.2 → 0.2.10.3
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~basedep ~rest-coredep ~rest-gen
Dependency ranges changed: base, rest-core, rest-gen
Files
- CHANGELOG.md +4/−0
- rest-happstack.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +#### 0.2.10.3++* Bump `rest-types` and `rest-core`+ #### 0.2.10.2 * Allow `rest-gen == 0.15.*`
rest-happstack.cabal view
@@ -1,5 +1,5 @@ name: rest-happstack-version: 0.2.10.2+version: 0.2.10.3 description: Rest driver for Happstack. synopsis: Rest driver for Happstack. maintainer: code@silk.co@@ -28,6 +28,6 @@ , containers >= 0.4 && < 0.6 , happstack-server >= 7.0.5 && < 7.4 , mtl >= 2.0 && < 2.3- , rest-core >= 0.31 && < 0.33- , rest-gen >= 0.14 && < 0.16+ , rest-core >= 0.31 && < 0.34+ , rest-gen >= 0.14 && < 0.17 , utf8-string == 0.3.*