conduit-throttle 0.2.0.0 → 0.2.0.1
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +2/−2
- conduit-throttle.cabal +1/−1
README.md view
@@ -1,4 +1,4 @@-# throttle-conduit [](https://hackage.haskell.org/package/throttle-conduit) [](https://www.stackage.org/package/throttle-conduit) [](https://travis-ci.org/mtesseract/throttle-conduit)+# conduit-throttle [](https://hackage.haskell.org/package/conduit-throttle) [](https://www.stackage.org/package/conduit-throttle) [](https://travis-ci.org/mtesseract/conduit-throttle) ### About @@ -19,7 +19,7 @@ -> Producer m a ``` -That is, given a `ThrottleConf` and a Conduit `Producer`, create and+That is, given a configuration and a Conduit `Producer`, create and return a new Conduit `Producer`, which yields the same stream of values like the provided one but throttled according to the provided throttling configuration.
conduit-throttle.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: conduit-throttle-version: 0.2.0.0+version: 0.2.0.1 synopsis: Throttle Conduit Producers description: This packages is based on the throttle-io-stream package and provides functionality for throttling Conduit producers according to a provided configuration. homepage: https://github.com/mtesseract/conduit-throttle#readme