packages feed

rest-wai 0.1.0.1 → 0.1.0.2

raw patch · 2 files changed

+25/−14 lines, 2 filesdep ~rest-corenew-uploader

Dependency ranges changed: rest-core

Files

CHANGELOG.md view
@@ -1,1 +1,13 @@ # Changelog++#### 0.1.0.2++* Bump `rest-core` to `0.30.*`++#### 0.1.0.1++* Allow `wai == 3.0.*`++# 0.1.0.0++* Initial release
rest-wai.cabal view
@@ -1,5 +1,5 @@ name:                rest-wai-version:             0.1.0.1+version:             0.1.0.2 description:         Rest driver for WAI applications. synopsis:            Rest driver for WAI applications. maintainer:          code@silk.co@@ -22,17 +22,16 @@   hs-source-dirs:    src   exposed-modules:   Rest.Driver.Wai   build-depends:-      base                 == 4.*-    , bytestring           == 0.10.*-    , case-insensitive     == 1.2.*-    , containers           >= 0.4    && < 0.6-    , http-types           == 0.8.*-    , mime-types           == 0.1.*-    , mtl                  >= 2.0  && < 2.3-    , rest-core            >= 0.28 && < 0.31-    , rest-types           == 1.10.*-    , text                 == 1.1.*+      base == 4.*+    , bytestring == 0.10.*+    , case-insensitive == 1.2.*+    , containers >= 0.4 && < 0.6+    , http-types == 0.8.*+    , mime-types == 0.1.*+    , mtl >= 2.0 && < 2.3+    , rest-core == 0.31.*+    , rest-types == 1.10.*+    , text == 1.1.*     , unordered-containers == 0.2.*-    , utf8-string          == 0.3.*-    , wai                  >= 2.1 && < 3.1-+    , utf8-string == 0.3.*+    , wai >= 2.1 && < 3.1