packages feed

Cabal revisions of rest-wai-0.2

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                rest-wai-version:             0.2-description:         Rest driver for WAI applications.-synopsis:            Rest driver for WAI applications.-maintainer:          code@silk.co-category:            Web-build-type:          Simple-cabal-version:       >= 1.8-license:             BSD3-license-file:        LICENSE--extra-source-files:-  CHANGELOG.md-  LICENSE--source-repository head-  type:              git-  location:          https://github.com/silkapp/rest.git--library-  ghc-options:       -Wall-  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 && < 0.10-    , mime-types == 0.1.*-    , mtl >= 2.0 && < 2.3-    , rest-core >= 0.35 && < 0.38-    , text >= 0.11 && < 1.3-    , unordered-containers == 0.2.*-    , wai >= 2.1 && < 3.1+name:                rest-wai
+version:             0.2
+x-revision: 1
+description:         Rest driver for WAI applications.
+synopsis:            Rest driver for WAI applications.
+maintainer:          code@silk.co
+category:            Web
+build-type:          Simple
+cabal-version:       >= 1.8
+license:             BSD3
+license-file:        LICENSE
+
+extra-source-files:
+  CHANGELOG.md
+  LICENSE
+
+source-repository head
+  type:              git
+  location:          https://github.com/silkapp/rest.git
+
+library
+  ghc-options:       -Wall
+  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 && < 0.10
+    , mime-types == 0.1.*
+    , mtl >= 2.0 && < 2.3
+    , rest-core >= 0.35 && < 0.38
+    , text >= 0.11 && < 1.3
+    , unordered-containers == 0.2.*
+    , wai >= 2.1 && < 3.3
revision 2
 name:                rest-wai
 version:             0.2
-x-revision: 1
+x-revision: 2
 description:         Rest driver for WAI applications.
 synopsis:            Rest driver for WAI applications.
 maintainer:          code@silk.co
     , http-types >= 0.8 && < 0.10
     , mime-types == 0.1.*
     , mtl >= 2.0 && < 2.3
-    , rest-core >= 0.35 && < 0.38
+    , rest-core >= 0.35 && < 0.39
     , text >= 0.11 && < 1.3
     , unordered-containers == 0.2.*
     , wai >= 2.1 && < 3.3