packages feed

wai 3.2.2 → 3.2.2.1

raw patch · 3 files changed

+8/−3 lines, 3 files

Files

ChangeLog.md view
@@ -1,3 +1,9 @@+# ChangeLog for wai++## 3.2.2.1++* Fix missing reexport of `getRequestBodyChunk` [#753](https://github.com/yesodweb/wai/issues/753)+ ## 3.2.2  * Deprecate `requestBody` in favor of the more clearly named `getRequestBodyChunk`. [#726](https://github.com/yesodweb/wai/pull/726)
Network/Wai.hs view
@@ -30,8 +30,6 @@  [wai-extra] <http://hackage.haskell.org/package/wai-extra> -[wai-test] <http://hackage.haskell.org/package/wai-test>- -} -- Ignore deprecations, because this module needs to use the deprecated requestBody to construct a response. {-# OPTIONS_GHC -fno-warn-deprecations #-}@@ -55,6 +53,7 @@     , remoteHost     , pathInfo     , queryString+    , getRequestBodyChunk     , requestBody     , vault     , requestBodyLength
wai.cabal view
@@ -1,5 +1,5 @@ Name:                wai-Version:             3.2.2+Version:             3.2.2.1 Synopsis:            Web Application Interface. Description:         Provides a common protocol for communication between web applications and web servers.                      .