packages feed

wai-handler-scgi 1.2.0.2 → 1.3.0

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~waidep ~wai-extraPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: wai, wai-extra

API changes (from Hackage documentation)

Files

wai-handler-scgi.cabal view
@@ -1,5 +1,5 @@ name:            wai-handler-scgi-version:         1.2.0.2+version:         1.3.0 license:         MIT license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>@@ -14,8 +14,8 @@  library     build-depends:   base                >= 4           && < 5-                   , wai                 >= 1.2         && < 1.3-                   , wai-extra           >= 1.2         && < 1.3+                   , wai                 >= 1.3         && < 1.4+                   , wai-extra           >= 1.3         && < 1.4                    , bytestring          >= 0.9.1.4     exposed-modules: Network.Wai.Handler.SCGI     ghc-options:     -Wall