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

Document need for -threaded GHC option #40

Closed
owickstrom opened this issue Jan 23, 2019 · 2 comments
Closed

Document need for -threaded GHC option #40

owickstrom opened this issue Jan 23, 2019 · 2 comments
Labels
good first issue Good for newcomers

Comments

@owickstrom
Copy link
Owner

For app.simple to work, you need the -threaded flag enabled when compiling. See first point in #38.

This should be clearly documented.

@owickstrom owickstrom added the good first issue Good for newcomers label Jan 23, 2019
@cblp
Copy link
Collaborator

cblp commented Feb 1, 2019

run may just throw an exception if there are no threads.

https://hackage.haskell.org/package/base-4.12.0.0/docs/Control-Concurrent.html#v:rtsSupportsBoundThreads

@owickstrom
Copy link
Owner Author

@cblp good idea!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants