packages feed

wai-handler-fastcgi 1.1.0 → 1.2.0

raw patch · 1 files changed

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

Dependency ranges changed: wai, wai-extra

Files

wai-handler-fastcgi.cabal view
@@ -1,5 +1,5 @@ name:            wai-handler-fastcgi-version:         1.1.0+version:         1.2.0 license:         BSD3 license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>@@ -15,8 +15,8 @@  library     build-depends:   base              >= 4           && < 5-                   , wai               >= 1.1         && < 1.2-                   , wai-extra         >= 1.1         && < 1.2+                   , wai               >= 1.2         && < 1.3+                   , wai-extra         >= 1.2         && < 1.3                    , bytestring                >= 0.9.1.4  && < 0.10     exposed-modules: Network.Wai.Handler.FastCGI     ghc-options:     -Wall