wai-handler-snap 0.0.0 → 0.0.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/Snap.hs view
@@ -39,7 +39,7 @@ (1, 1) -> W.http11 (x, y) -> S8.pack $ show x ++ "." ++ show y- , W.pathInfo = rqPathInfo req+ , W.pathInfo = S8.cons '/' $ rqPathInfo req , W.queryString = rqQueryString req , W.serverName = rqServerName req , W.serverPort = rqServerPort req
wai-handler-snap.cabal view
@@ -1,5 +1,5 @@ Name: wai-handler-snap-Version: 0.0.0+Version: 0.0.0.1 Synopsis: Web Application Interface handler using snap-server. License: BSD3 License-file: LICENSE