packages feed

hack-handler-fastcgi 0.0.4 → 0.2.0

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~bytestringdep ~hackdep ~hack-handler-cgiPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring, hack, hack-handler-cgi

API changes (from Hackage documentation)

Files

hack-handler-fastcgi.cabal view
@@ -1,5 +1,5 @@ name:            hack-handler-fastcgi-version:         0.0.4+version:         0.2.0 license:         BSD3 license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>@@ -14,9 +14,9 @@  library     build-depends:   base >= 4 && < 5,-                     hack >= 2009.5.19,-                     bytestring,-                     hack-handler-cgi >= 0.0.2+                     hack == 2009.10.30,+                     bytestring >= 0.9.1.4 && < 0.10,+                     hack-handler-cgi >= 0.2.0 && < 0.3     exposed-modules: Hack.Handler.FastCGI     ghc-options:     -Wall     includes:        fcgiapp.h