rest-happstack 0.2.10.5 → 0.2.10.6
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~utf8-string
Dependency ranges changed: utf8-string
Files
- CHANGELOG.md +4/−0
- rest-happstack.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +#### 0.2.10.6++* Allow utf8-string 1.+ #### 0.2.10.5 * Use new version of `rest-core`.
rest-happstack.cabal view
@@ -1,5 +1,5 @@ name: rest-happstack-version: 0.2.10.5+version: 0.2.10.6 description: Rest driver for Happstack. synopsis: Rest driver for Happstack. maintainer: code@silk.co@@ -30,4 +30,4 @@ , mtl >= 2.0 && < 2.3 , rest-core == 0.34.* , rest-gen >= 0.14 && < 0.17- , utf8-string == 0.3.*+ , utf8-string >= 0.3 && < 1.1