wai-conduit 3.0.0.1 → 3.0.0.2
raw patch · 3 files changed
+8/−3 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +1/−0
- README.md +4/−0
- wai-conduit.cabal +3/−3
+ ChangeLog.md view
@@ -0,0 +1,1 @@+No changes logged yet.
+ README.md view
@@ -0,0 +1,4 @@+## wai-conduit++Since version 3.0.0, WAI has no built-in streaming data abstraction. This+library provides similar functionality to what existed in WAI 2.x.
wai-conduit.cabal view
@@ -1,8 +1,7 @@ name: wai-conduit-version: 3.0.0.1+version: 3.0.0.2 synopsis: conduit wrappers for WAI-description: Since version 3.0.0, WAI has no built-in streaming data abstraction.- This library provides similar functionality to what existed in WAI 2.x.+description: API docs and the README are available at <http://www.stackage.org/package/wai-conduit>. homepage: https://github.com/yesodweb/wai license: MIT license-file: LICENSE@@ -11,6 +10,7 @@ category: Web, Conduit build-type: Simple cabal-version: >=1.10+extra-source-files: README.md ChangeLog.md library exposed-modules: Network.Wai.Conduit