All Versions
10
Latest Version
Avg Release Cycle
74 days
Latest Release
4298 days ago
Changelog History
Changelog History
-
v4.1.3 Changes
October 13, 2014- โ Added
fold'andfoldM' - โ Added
voidto 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
MMonadinstance forProxy
- ๐
-
v4.1.0 Changes
February 03, 2014- โ Removed
voiddependency - โ Added
drain - โ Removed CPP extension
- ๐ Support for Haskell98 subset of
pipestemporarily disabled - โ Added mini-tutorial to
Pipes.Lift
- โ Removed
-
v4.0.2 Changes
January 04, 2014- ๐ Sped up
eachby improvingbuild/foldrfusion - โ Added new appendix to tutorial describing quadratic time complexity of
Control.Monad.replicateMand friends
- ๐ Sped up
-
v4.0.1 Changes
November 18, 2013- โ Added several new rewrite rules which will improve efficiency of user code
- โ Added a
QuickChecktest suite - โ Added manual proofs of category theory laws as
laws.md Pipes.Liftnow hasdistributewhich lets you easily write your ownrunXXXPfunctions- You can now compile a Haskell98 subset of pipes using
cabal install -f haskell98 pipes - โ Added
mtlinstances forListT - โ Added
failforListT - โ Added
Monoidinstance forListT - ๐ Fixed implementation of
pass(forMonadWriterinstance ofProxy) - โ Added
mapFoldabletoPipes.Prelude
-
v4.0.0 Changes
September 07, 2013- No more proxy transformers and no more
ptype parameter. Instead of a type class you have a concreteProxytype. 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