All Versions
10
Latest Version
Avg Release Cycle
74 days
Latest Release
3270 days ago
Changelog History
Changelog History
-
v4.1.3 Changes
October 13, 2014- โ Added
fold'
andfoldM'
- โ Added
void
to re-exports - Increased lower bounds on
mtl
- โ Added
-
v4.1.2 Changes
October 13, 2014- ๐ Improve efficiency of
(*>)
- ๐ Improve efficiency of
-
v4.1.1 Changes
October 13, 2014- ๐
transformers-0.4.*
support - โ Added
MMonad
instance forProxy
- ๐
-
v4.1.0 Changes
February 03, 2014- โ Removed
void
dependency - โ Added
drain
- โ Removed CPP extension
- ๐ Support for Haskell98 subset of
pipes
temporarily disabled - โ Added mini-tutorial to
Pipes.Lift
- โ Removed
-
v4.0.2 Changes
January 04, 2014- ๐ Sped up
each
by improvingbuild/foldr
fusion - โ Added new appendix to tutorial describing quadratic time complexity of
Control.Monad.replicateM
and friends
- ๐ Sped up
-
v4.0.1 Changes
November 18, 2013- โ Added several new rewrite rules which will improve efficiency of user code
- โ Added a
QuickCheck
test suite - โ Added manual proofs of category theory laws as
laws.md
Pipes.Lift
now hasdistribute
which lets you easily write your ownrunXXXP
functions- You can now compile a Haskell98 subset of pipes using
cabal install -f haskell98 pipes
- โ Added
mtl
instances forListT
- โ Added
fail
forListT
- โ Added
Monoid
instance forListT
- ๐ Fixed implementation of
pass
(forMonadWriter
instance ofProxy
) - โ Added
mapFoldable
toPipes.Prelude
-
v4.0.0 Changes
September 07, 2013- No more proxy transformers and no more
p
type parameter. Instead of a type class you have a concreteProxy
type. This also means no morerunIdentityP
. - 0๏ธโฃ The default API is a simpler unidirectional subset of the original API (which means no more
()
arguments). - ๐ The module hierarchy has been moved under
Pipes
- The API and module hierarchy is much smaller (~ 1/3 the original size), mostly as a consequence of the previous two changes.
- 0๏ธโฃ Prelude functions have simpler names but are no longer exported by default
- ๐ New polymorphic type synonyms to simplify type signatures.
- No more proxy transformers and no more
-
v3.2.0
March 22, 2013 -
v3.1.0
January 14, 2013 -
v3.0.0
December 12, 2012