packages feed

wai-handler-fastcgi 0.4.1 → 0.4.2

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~bytestring

Dependency ranges changed: bytestring

Files

wai-handler-fastcgi.cabal view
@@ -1,5 +1,5 @@ name:            wai-handler-fastcgi-version:         0.4.1+version:         0.4.2 license:         BSD3 license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>@@ -17,7 +17,7 @@     build-depends:   base              >= 4           && < 5                    , wai               >= 0.4         && < 0.5                    , wai-extra         >= 0.4         && < 0.5-                   , bytestring        >= 0.9         && < 0.10+                   , bytestring                >= 0.9.1.4  && < 0.10     exposed-modules: Network.Wai.Handler.FastCGI     ghc-options:     -Wall     includes:        fcgiapp.h