conduit 1.2.6 → 1.2.6.1
raw patch · 2 files changed
+4/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Data/Conduit/Internal/Conduit.hs +3/−2
- conduit.cabal +1/−1
Data/Conduit/Internal/Conduit.hs view
@@ -727,8 +727,9 @@ -- -- However, @sourceToList@ is able to produce its results lazily, which cannot -- be done when running a conduit pipeline in general. Unlike the--- @Data.Conduit.Lazy@ module, this function performs no unsafe I\/O--- operations, and therefore can only be as lazily as the underlying monad.+-- @Data.Conduit.Lazy@ module (in conduit-extra), this function performs no+-- unsafe I\/O operations, and therefore can only be as lazily as the+-- underlying monad. -- -- Since 1.2.6 sourceToList :: Monad m => Source m a -> m [a]
conduit.cabal view
@@ -1,5 +1,5 @@ Name: conduit-Version: 1.2.6+Version: 1.2.6.1 Synopsis: Streaming data processing library. description: Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/conduit>.