Skip to content
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

Add a cabal test-suite #69

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

konsumlamm
Copy link
Collaborator

Closes #38.

Additionally, add some small doc comments and remove some unnecessary files.

I tried to build a small framework for testing strategies (two actually, since Control.Seq and Control.Parallel.Strategies have different strategy types, but they're almost the same). Ideas for improvements/alternatives are more than welcome, I'm not particularly happy with my approach. The tests for rparWith don't work, which is why they're commented out, probably because of some multithreading issues (I also tried with -feager-blackholing, but that didn't change anything).

parallel.cabal Outdated Show resolved Hide resolved
Import `liftA2` for older `base` versions
Only test for GHC >= 8.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make a Cabal test suite
2 participants