rest-happstack 0.2.10.3 → 0.2.10.4
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~happstack-serverPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: happstack-server
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- rest-happstack.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +#### 0.2.10.4++* Allow `happstack-server == 7.4.*`+ #### 0.2.10.3 * Bump `rest-types` and `rest-core`
rest-happstack.cabal view
@@ -1,5 +1,5 @@ name: rest-happstack-version: 0.2.10.3+version: 0.2.10.4 description: Rest driver for Happstack. synopsis: Rest driver for Happstack. maintainer: code@silk.co@@ -26,7 +26,7 @@ build-depends: base == 4.* , containers >= 0.4 && < 0.6- , happstack-server >= 7.0.5 && < 7.4+ , happstack-server >= 7.0.5 && < 7.5 , mtl >= 2.0 && < 2.3 , rest-core >= 0.31 && < 0.34 , rest-gen >= 0.14 && < 0.17