Changelog for parallel-3.3.0.0
Changelog for parallel package
3.3.0.0 Oct 2025
- Bump dependency bounds
- Support MicroHs (#81)
- Make rolling buffer strategies compositional (#77)
- Deprecate
dot(#75) - Make strategic function application operators handle strategies correctly (#61)
- Add
parFmap(#53) - Make
parListChunkmore efficient (#45) - Update documentation
3.2.2.0 Jul 2018
- Bump dependency bounds
- Add
parEval - Add a
MonadFix Evalinstance
3.2.1.1 Apr 2017
- Compatibility with
deepseq-1.4.3 - Minor documentation clarifications
3.2.1.0 Jan 2016
- Support
base-4.9.0.0 - Add
{-# NOINLINE[1] rseq #-}to make theRULEmore robust - Fix broken links to papers in Haddock
- Make
rpartype signature consistent withrseqvia type synonym - Drop redundant
Ix-constraint onseqArray/seqArrayBoundsfor GHC >= 8.0
3.2.0.6 Dec 2014
- Make
-Wallmessage free for all supportedbaseversions
3.2.0.5 Dec 2014
- Support
base-4.8.0.0/deepseq-1.4.0.0(and thus GHC 7.10)
3.2.0.4 Nov 2013
- Update package description to Cabal 1.10 format
- Add support for GHC 7.8
- Drop support for GHCs older than GHC 7.0.1
- Add NOINLINE pragmas to
parBuffer,parList, andevalBufferto make RULEs more likely to fire
Older versions
- This package has a long history which is described in the Haddock documentation in the "API History" section