hack-handler-fastcgi 0.0.2 → 0.0.4
raw patch · 1 files changed
+5/−2 lines, 1 filesdep ~basedep ~hack-handler-cgiPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, 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.2+version: 0.0.4 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -13,7 +13,10 @@ homepage: http://github.com/snoyberg/hack-handler-fastcgi/tree/master library- build-depends: base, hack >= 2009.5.19, bytestring, hack-handler-cgi+ build-depends: base >= 4 && < 5,+ hack >= 2009.5.19,+ bytestring,+ hack-handler-cgi >= 0.0.2 exposed-modules: Hack.Handler.FastCGI ghc-options: -Wall includes: fcgiapp.h