rest-wai 0.1.0.3 → 0.1.0.4
raw patch · 1 files changed
+3/−4 lines, 1 filesdep −rest-typesdep ~rest-corePVP ok
version bump matches the API change (PVP)
Dependencies removed: rest-types
Dependency ranges changed: rest-core
API changes (from Hackage documentation)
Files
- rest-wai.cabal +3/−4
rest-wai.cabal view
@@ -1,5 +1,5 @@ name: rest-wai-version: 0.1.0.3+version: 0.1.0.4 description: Rest driver for WAI applications. synopsis: Rest driver for WAI applications. maintainer: code@silk.co@@ -29,9 +29,8 @@ , http-types == 0.8.* , mime-types == 0.1.* , mtl >= 2.0 && < 2.3- , rest-core >= 0.31 && < 0.33- , rest-types == 1.10.*- , text == 1.1.*+ , rest-core >= 0.31 && < 0.34+ , text >= 0.11 && < 1.3 , unordered-containers == 0.2.* , utf8-string == 0.3.* , wai >= 2.1 && < 3.1