conduit-extra 1.1.3.3 → 1.1.3.4
raw patch · 2 files changed
+5/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Data/Conduit/Lazy.hs +4/−0
- conduit-extra.cabal +1/−1
Data/Conduit/Lazy.hs view
@@ -45,7 +45,11 @@ -- Since 0.3.0 lazyConsume :: (MonadBaseControl IO m, MonadActive m) => Source m a -> m [a] lazyConsume =+#if MIN_VERSION_conduit(1, 2, 0) go . flip unConduitM Done+#else+ go . unConduitM+#endif where go (Done _) = return [] go (HaveOutput src _ x) = do
conduit-extra.cabal view
@@ -1,5 +1,5 @@ Name: conduit-extra-Version: 1.1.3.3+Version: 1.1.3.4 Synopsis: Batteries included conduit: adapters for common libraries. Description: The conduit package itself maintains relative small dependencies. The purpose of this package is to collect commonly used utility functions wrapping other library dependencies, without depending on heavier-weight dependencies. The basic idea is that this package should only depend on haskell-platform packages and conduit.