packages feed

quiver 0.0.0.4 → 0.0.0.5

raw patch · 2 files changed

+3/−3 lines, 2 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- Control.Quiver: qconcat_ :: P () [a] a b f [a]
+ Control.Quiver: qconcat_ :: P () [a] a xx f [a]

Files

quiver.cabal view
@@ -1,5 +1,5 @@ name:           quiver-version:        0.0.0.4+version:        0.0.0.5 synopsis:       Quiver finite stream processing library homepage:       https://github.com/zadarnowski/quiver category:       Control@@ -35,7 +35,7 @@ source-repository this   type:         git   location:     https://github.com/zadarnowski/quiver.git-  tag:          0.0.0.4+  tag:          0.0.0.5  library   hs-source-dirs:   src
src/Control/Quiver.lhs view
@@ -118,7 +118,7 @@  > -- | A pull-based list flattening processor without requests. -> qconcat_ :: P () [a] a b f [a]+> qconcat_ :: P () [a] a xx f [a] > qconcat_ = cloop >  where >   cloop = consume () ploop (deliver [])