packages feed

wai-handler-fastcgi 0.2.0 → 0.2.0.1

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Network/Wai/Handler/FastCGI.hsc view
@@ -181,7 +181,7 @@      -> W.Application      -> IO () run' vars inputH hPut app = do-    let rmethod = safeRead "GET" $ lookup' "REQUEST_METHOD" vars+    let rmethod = B8.pack $ lookup' "REQUEST_METHOD" vars         pinfo = lookup' "PATH_INFO" vars         qstring = lookup' "QUERY_STRING" vars         servername = lookup' "SERVER_NAME" vars
wai-handler-fastcgi.cabal view
@@ -1,5 +1,5 @@ name:            wai-handler-fastcgi-version:         0.2.0+version:         0.2.0.1 license:         BSD3 license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>