We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I've included this package into Stack build project, I've got error : * Missing (or bad) C libraries: gcc_eh
Can we please include into documentation these steps to resolve it?
This errors occurs when haskell stack can't find gcc libs. To fix this follow these steps:
stack exec -- pacman -Syu
stack exec -- pacman -S gcc
The text was updated successfully, but these errors were encountered:
doc: add #36 to FAQ
eb301bf
This fix is no longer necessary as of version 5.1.0.1
5.1.0.1
Sorry, something went wrong.
No branches or pull requests
When I've included this package into Stack build project, I've got error : * Missing (or bad) C libraries: gcc_eh
Can we please include into documentation these steps to resolve it?
This errors occurs when haskell stack can't find gcc libs. To fix this follow these steps:
stack exec -- pacman -Syu
,stack exec -- pacman -S gcc
The text was updated successfully, but these errors were encountered: