packages feed

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 view
@@ -1,4 +1,4 @@-# throttle-conduit [![Hackage version](https://img.shields.io/hackage/v/throttle-conduit.svg?label=Hackage)](https://hackage.haskell.org/package/throttle-conduit) [![Stackage version](https://www.stackage.org/package/throttle-conduit/badge/lts?label=Stackage)](https://www.stackage.org/package/throttle-conduit) [![Build Status](https://travis-ci.org/mtesseract/throttle-conduit.svg?branch=master)](https://travis-ci.org/mtesseract/throttle-conduit)+# conduit-throttle [![Hackage version](https://img.shields.io/hackage/v/conduit-throttle.svg?label=Hackage)](https://hackage.haskell.org/package/conduit-throttle) [![Stackage version](https://www.stackage.org/package/conduit-throttle/badge/lts?label=Stackage)](https://www.stackage.org/package/conduit-throttle) [![Build Status](https://travis-ci.org/mtesseract/conduit-throttle.svg?branch=master)](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