wai-extra 3.0.3.1 → 3.0.3.2
raw patch · 2 files changed
+2/−2 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- Network/Wai/Parse.hs +1/−1
- wai-extra.cabal +1/−1
Network/Wai/Parse.hs view
@@ -383,7 +383,7 @@ NoBound -> do -- don't emit newlines, in case it's part of a bound let (toEmit, front') =- if not (S8.null bs) && S8.last bs `elem` "\r\n"+ if not (S8.null bs) && S8.last bs `elem` ['\r','\n'] then let (x, y) = S.splitAt (S.length bs - 2) bs in (x, S.append y) else (bs, id)
wai-extra.cabal view
@@ -1,5 +1,5 @@ Name: wai-extra-Version: 3.0.3.1+Version: 3.0.3.2 Synopsis: Provides some basic WAI handlers and middleware. description: API docs and the README are available at <http://www.stackage.org/package/wai-extra>. License: MIT