speculation/CHANGELOG.markdown

68 lines
1.4 KiB
Markdown
Raw Normal View History

2016-01-17 08:43:03 +03:00
/1.5.0.3/
* Support GHC 8
* Support `transformers` 0.5
2015-03-08 13:17:51 +03:00
/1.5.0.2/
* Build warning-free on GHC 7.10+
2015-03-08 13:30:32 +03:00
* Added an HLint configuration
* Removed a redundant constraint from the type of `sequenceByA_`.
* Removed a redundant `Monad m` constraint from `instance MonadSpec (ContT r m)`.
2015-03-08 13:17:51 +03:00
/1.5/
* Removed the use of `tag-bits`. This enables the API to be `Trustworthy`.
2011-11-09 09:36:12 +04:00
/1.4/
* Simplified MonadSpec
2011-11-09 09:26:35 +04:00
/1.3/
* Removed old benchmark/test framework.
* Make numSparks support mandatory.
* Moved to Control.Concurrent from Data
* Added MonadSpec, so we can make instances for Codensity, etc. in other packages
* Removed the ContT r STM combinators
* Cleaned out old issues
* Made compatible with the removal of the Eq/Show superclasses of Num in GHC 7.3+
2011-01-19 21:50:47 +03:00
/1.2.0.2/
2011-11-09 09:26:35 +04:00
2011-01-19 21:50:47 +03:00
* Fixed name collision with the new Distribution.Simple.testHook in Setup.lhs
/1.2.0.1/
2011-11-09 09:26:35 +04:00
* Weakened dependencies
/1.2.0.0/:
2011-11-09 09:26:35 +04:00
* Reorganized the module hierarchy into Data.Speculation
/1.1.0.0/:
2011-11-09 09:26:35 +04:00
* Added support for numSparks
/1.0.0.0/:
2011-11-09 09:26:35 +04:00
* Released
2010-07-05 20:53:03 +04:00
/0.9.0/:
2011-11-09 09:26:35 +04:00
2010-07-05 20:53:03 +04:00
* Removed interim boxing in the unsafeIsEvaluated and unsafeGetTagBits check
2010-06-30 02:37:21 +04:00
/0.8.1/:
2011-11-09 09:26:35 +04:00
2010-06-30 02:37:21 +04:00
* Added Data.List.Foldable
* Added Data.Traversable.Foldable
* Fixed an off-by-one error in the arguments to the speculative fold estimators
2010-06-28 18:34:49 +04:00
/0.8.0.2/:
* changed tests and benchmarks to not build by default to work around corruption in the hackage db
2010-06-28 11:17:32 +04:00
/0.8.0.1/:
2011-11-09 09:26:35 +04:00
2010-06-28 11:17:32 +04:00
* test suite now forces build