packages feed

Cabal revisions of wai-3.0.4.0

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

revision 1
-Name:                wai-Version:             3.0.4.0-Synopsis:            Web Application Interface.-Description:         Provides a common protocol for communication between web applications and web servers.-description:         API docs and the README are available at <http://www.stackage.org/package/wai>.-License:             MIT-License-file:        LICENSE-Author:              Michael Snoyman-Maintainer:          michael@snoyman.com-Homepage:            https://github.com/yesodweb/wai-Category:            Web-Build-Type:          Simple-Cabal-Version:       >=1.8-Stability:           Stable-extra-source-files:  README.md ChangeLog.md--Source-repository head-    type:            git-    location:        git://github.com/yesodweb/wai.git--Library-  Build-Depends:     base                      >= 4        && < 5-                   , bytestring                >= 0.9.1.4-                   , bytestring-builder        >= 0.10.4.0 && < 0.10.7-                   , blaze-builder             >= 0.2.1.4  && < 0.5-                   , network                   >= 2.2.1.5-                   , http-types                >= 0.7-                   , text                      >= 0.7-                   , transformers              >= 0.0-                   , unix-compat               >= 0.2-                   , vault                     >= 0.3      && < 0.4-  Exposed-modules:   Network.Wai-                     Network.Wai.HTTP2-                     Network.Wai.Internal-  ghc-options:       -Wall--test-suite test-    hs-source-dirs: test-    main-is:        Spec.hs-    type:           exitcode-stdio-1.0-    ghc-options:    -threaded-    cpp-options:    -DTEST-    build-depends:  base-                  , wai-                  , hspec-                  , blaze-builder-                  , bytestring-    other-modules:  Network.WaiSpec--source-repository head-  type:     git-  location: git://github.com/yesodweb/wai.git+Name:                wai
+Version:             3.0.4.0
+x-revision: 1
+Synopsis:            Web Application Interface.
+Description:         Provides a common protocol for communication between web applications and web servers.
+description:         API docs and the README are available at <http://www.stackage.org/package/wai>.
+License:             MIT
+License-file:        LICENSE
+Author:              Michael Snoyman
+Maintainer:          michael@snoyman.com
+Homepage:            https://github.com/yesodweb/wai
+Category:            Web
+Build-Type:          Simple
+Cabal-Version:       >=1.8
+Stability:           Stable
+extra-source-files:  README.md ChangeLog.md
+
+Source-repository head
+    type:            git
+    location:        git://github.com/yesodweb/wai.git
+
+Library
+  Build-Depends:     base                      >= 4        && < 5
+                   , bytestring                >= 0.10
+                   , bytestring-builder        >= 0.10.4.0 && < 0.10.7
+                   , blaze-builder             >= 0.2.1.4  && < 0.5
+                   , network                   >= 2.2.1.5
+                   , http-types                >= 0.7
+                   , text                      >= 0.7
+                   , transformers              >= 0.0
+                   , unix-compat               >= 0.2
+                   , vault                     >= 0.3      && < 0.4
+  Exposed-modules:   Network.Wai
+                     Network.Wai.HTTP2
+                     Network.Wai.Internal
+  ghc-options:       -Wall
+
+test-suite test
+    hs-source-dirs: test
+    main-is:        Spec.hs
+    type:           exitcode-stdio-1.0
+    ghc-options:    -threaded
+    cpp-options:    -DTEST
+    build-depends:  base
+                  , wai
+                  , hspec
+                  , blaze-builder
+                  , bytestring
+    other-modules:  Network.WaiSpec
+
+source-repository head
+  type:     git
+  location: git://github.com/yesodweb/wai.git
revision 2
 Name:                wai
 Version:             3.0.4.0
-x-revision: 1
+x-revision: 2
 Synopsis:            Web Application Interface.
 Description:         Provides a common protocol for communication between web applications and web servers.
 description:         API docs and the README are available at <http://www.stackage.org/package/wai>.
   Build-Depends:     base                      >= 4        && < 5
                    , bytestring                >= 0.10
                    , bytestring-builder        >= 0.10.4.0 && < 0.10.7
-                   , blaze-builder             >= 0.2.1.4  && < 0.5
+                   , blaze-builder             >= 0.4      && < 0.5
                    , network                   >= 2.2.1.5
                    , http-types                >= 0.7
                    , text                      >= 0.7