All Versions
6
Latest Version
Avg Release Cycle
342 days
Latest Release
2340 days ago
Changelog History
Changelog History
-
v3.2.2.0 Changes
July 13, 2018- bump dependency bounds
- add parEval
- add a MonadFix instance
-
v3.2.1.1 Changes
April 08, 2017- Compatibility with
deepseq-1.4.3
- Minor documentation clarifications
- Compatibility with
-
v3.2.1.0 Changes
January 02, 2016- Support
base-4.9.0.0
- Add
{-# NOINLINE[1] rseq #-}
to make theRULE
more robust - Fix broken links to papers in Haddock
- Make
rpar
type signature consistent withrseq
via type-synonym - Drop redundant
Ix
-constraint onseqArray
/seqArrayBounds
for GHC >= 8.0
- Support
-
v3.2.0.6 Changes
December 28, 2014- Make
-Wall
message free for all supportedbase
versions
- Make
-
v3.2.0.5 Changes
December 02, 2014- Support
base-4.8.0.0
/deepseq-1.4.0.0
(and thus GHC 7.10)
- Support
-
v3.2.0.4 Changes
November 05, 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
, andevalBuffer
to make RULEs more likely to fire