hack-handler-cgi 0.0.2 → 0.0.3
raw patch · 2 files changed
+3/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Hack/Handler/CGI.hs +2/−0
- hack-handler-cgi.cabal +1/−1
Hack/Handler/CGI.hs view
@@ -83,6 +83,8 @@ helper' ('_':x:rest) = '-' : x : helper' rest helper' (x:rest) = toLower x : helper' rest helper' [] = []+cleanupVarName "CONTENT_TYPE" = "Content-Type"+cleanupVarName "CONTENT_LENGTH" = "Content-Length" cleanupVarName x = x -- | Case insensitive lookup
hack-handler-cgi.cabal view
@@ -1,5 +1,5 @@ name: hack-handler-cgi-version: 0.0.2+version: 0.0.3 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>