wai-conduit 3.0.0.2 → 3.0.0.3
raw patch · 2 files changed
+5/−3 lines, 2 filesdep ~waiPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: wai
API changes (from Hackage documentation)
Files
- ChangeLog.md +3/−1
- wai-conduit.cabal +2/−2
ChangeLog.md view
@@ -1,1 +1,3 @@-No changes logged yet.+## 3.0.0.3++* Support wai 3.2
wai-conduit.cabal view
@@ -1,5 +1,5 @@ name: wai-conduit-version: 3.0.0.2+version: 3.0.0.3 synopsis: conduit wrappers for WAI description: API docs and the README are available at <http://www.stackage.org/package/wai-conduit>. homepage: https://github.com/yesodweb/wai@@ -15,7 +15,7 @@ library exposed-modules: Network.Wai.Conduit build-depends: base >= 4 && < 5- , wai >= 3.0 && < 3.1+ , wai >= 3.0 && < 3.3 , conduit , transformers , bytestring