-
Notifications
You must be signed in to change notification settings - Fork 24
Improve documentation #74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 3 commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,47 @@ | ||
# Changelog for [`parallel` package](http://hackage.haskell.org/package/parallel) | ||
|
||
## 3.3.0.0 *upcoming* | ||
|
||
* Bump dependency bounds | ||
* Make strategic function application operators handle strategies correctly ([#61](https://github.com/haskell/parallel/pull/61)) | ||
* Add `parFmap` ([#53](https://github.com/haskell/parallel/pull/53)) | ||
|
||
## 3.2.2.0 *Jul 2018* | ||
|
||
- bump dependency bounds | ||
- add parEval | ||
- add a MonadFix instance | ||
* Bump dependency bounds | ||
* Add `parEval` | ||
* Add a `MonadFix Eval` instance | ||
|
||
## 3.2.1.1 *Apr 2017* | ||
|
||
- Compatibility with `deepseq-1.4.3` | ||
- Minor documentation clarifications | ||
* 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 the `RULE` more robust | ||
- Fix broken links to papers in Haddock | ||
- Make `rpar` type signature consistent with `rseq` via type-synonym | ||
- Drop redundant `Ix`-constraint on `seqArray`/`seqArrayBounds` for GHC >= 8.0 | ||
* Support `base-4.9.0.0` | ||
* Add `{-# NOINLINE[1] rseq #-}` to make the `RULE` more robust | ||
* Fix broken links to papers in Haddock | ||
* Make `rpar` type signature consistent with `rseq` via type synonym | ||
* Drop redundant `Ix`-constraint on `seqArray`/`seqArrayBounds` for GHC >= 8.0 | ||
|
||
## 3.2.0.6 *Dec 2014* | ||
|
||
- Make `-Wall` message free for all supported `base` versions | ||
* Make `-Wall` message free for all supported `base` versions | ||
|
||
## 3.2.0.5 *Dec 2014* | ||
|
||
- Support `base-4.8.0.0`/`deepseq-1.4.0.0` (and thus GHC 7.10) | ||
* 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`, and `evalBuffer` | ||
to make RULEs more likely to fire | ||
* 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`, and `evalBuffer` | ||
to 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](./docs/Control-Parallel-Strategies.html#history) | ||
* This package has a long history which is described in the Haddock documentation | ||
in the ["API History" section](./docs/Control-Parallel-Strategies.html#history) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.