hack-handler-kibro 2009.5.19 → 2009.5.27
raw patch · 3 files changed
+10/−1 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- changelog.md +7/−0
- hack-handler-kibro.cabal +1/−1
- src/Hack/Handler/Kibro.hs +2/−0
changelog.md view
@@ -1,3 +1,10 @@+2009.5.27+---------++### Fix++* just dump all cgi vars into http+ 2009.5.19 ---------
hack-handler-kibro.cabal view
@@ -1,5 +1,5 @@ Name: hack-handler-kibro-Version: 2009.5.19+Version: 2009.5.27 Build-type: Simple Synopsis: Hack Kibro handler Description: Hack Kibro handler
src/Hack/Handler/Kibro.hs view
@@ -25,6 +25,7 @@ server_name' <- serverName server_port' <- serverPort hack_input' <- getBodyFPS+ http' <- getVars def { Hack.requestMethod = request_method'@@ -34,6 +35,7 @@ , Hack.serverName = server_name' , Hack.serverPort = server_port' , Hack.hackInput = hack_input'+ , Hack.http = http' } .return where