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 smp flag #60

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add smp flag #60

wants to merge 1 commit into from

Conversation

hololeap
Copy link

@hololeap hololeap commented Oct 28, 2022

This flag will toggle the use of some ghc-options in the typed-process-test test suite. It is set to default: True.

This is needed for tests to run on some GHC builds which do not support SMP.

@hololeap
Copy link
Author

hololeap commented Oct 28, 2022

Closes: #59

This flag will toggle the use of some `ghc-options` in the
`typed-process-test` test suite. It is set to `default: True`.

This is needed for tests to run on some GHC builds which do not support
a threaded runtime.

Signed-off-by: hololeap <[email protected]>
@hololeap
Copy link
Author

The patch to typed-process.cabal in gentoo-haskell/gentoo-haskell#1349 was generated from this PR.

@sol
Copy link
Contributor

sol commented May 23, 2023

@hololeap #75 this might be preferable, as it doesn't rely on package flags.

@hololeap
Copy link
Author

That seems good to me.

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.

2 participants