Releases: purescript/purescript-parallel
Releases · purescript/purescript-parallel
v2.0.0
- Updated dependencies
- New formulation based on functional dependencies (see #10)
v1.1.0
- Added
MonadRace
and MonadPar
instances for MaybeT
and WriterT
v1.0.0
This release is intended for the PureScript 0.9.1 compiler and newer.
Note: The v1.0.0 tag is not meant to indicate the library is “finished”, the core libraries are all being bumped to this for the 0.9 compiler release so as to use semver more correctly.
v1.0.0-rc.1
- Release candidate for the upcoming PureScript 0.9 release
v0.5.1
- Exported
race
and par
combinators (@paf31)
v0.4.0
Bump transformers
dependency to 0.7.1
. As such, this release requires version 0.7.4
of the PureScript compiler.
v0.3.0
This release works with versions 0.7.* of the PureScript compiler. It will not work with older versions. If you are using an older version, you should require an older, compatible version of this library.
v0.2.1
Add some convenience functions.
v0.2.0
Hide Parallel constructor. Add docs.