All Versions
3
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Changelog History
-
v0.3.0 Changes
- โ Removed
buffer
androlling
functions
These functions did not properly use the buffers intended to mediate the connection to a downstream consumer. This functionality is provided by
bufferConnect
androllingConnect
. Thanks to Ben Sinclair for identifying the problem.The issue is that these are necessarily connectors between machines, and can not be treated as modifiers of a single machine in isolation.
- โ Removed
-
v0.2.3 Changes
- GHC-8.0.1 compatibility
- โฌ๏ธ Dropped support for GHC-7.8
-
v0.2.0 Changes
- ๐ Fix fanout behavior (Ben SInclair)
- ๐ Make ExampleFanout a benchmark that cabal can run