packages feed

wai-extra 0.0.0 → 0.0.0.1

raw patch · 2 files changed

+2/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Network/Wai/Handler/SimpleServer.hs view
@@ -152,6 +152,7 @@     B.hPut h $ httpVersionToBS httpversion     B.hPut h $ B.pack " "     B.hPut h $ B.pack $ show $ statusCode $ status res+    B.hPut h $ B.pack " "     B.hPut h $ statusMessage $ status res     B.hPut h $ B.pack "\r\n"     mapM_ putHeader $ responseHeaders res
wai-extra.cabal view
@@ -1,5 +1,5 @@ Name:                wai-extra-Version:             0.0.0+Version:             0.0.0.1 Synopsis:            Provides some basic WAI handlers and middleware. Description:         The goal here is to provide common features without many dependencies. License:             BSD3