-
Notifications
You must be signed in to change notification settings - Fork 90
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
GHC 8.4.2: "Got error while processing diagnostics: unable to load package `integer-gmp-1.0.2.0'" #89
Comments
Is this on macos? I think there is issue around integer-gmp on that platform and/or windows Does the project build outside of hie? |
Oh, yes, I forgot to mention I'm on MacOS. The aforementioned repo/branch (https://github.com/runeksvendsen/crypto-venues/tree/graph) does not build, but I've tried out-commenting the errors in |
I think the issue with integer-gmp was fixed in 8.4.3, but I’m not entirely sure. Would you be able to test against a resolver with that GHC version? |
@Tehnix How do I build I tried changing Stack resolver for my project to
which, I assume, is related to the mismatch between |
hie current master does support GHC 8.4.3, if you install it via the makefile, and update the vscode plugin to 0.0.18 (which has a bug for windows, must turn tracing to verbose else hie wont start, #90 ) |
I updated |
This is caused by a known issue with GHC, in the meantime try the workaround here: haskell/haskell-ide-engine#562 |
@bubba which workaround are you referring to? I’m using GHC installed by Stack, for what it’s worth. |
@runeksvendsen The workaround I used was renaming |
Thank you @bubba! That got rid of the error. Feel free to close this issue if you feel like it (not sure whether or not I should close it, given that a workaround is required). |
@bubba do we need to update the readme for this? |
Readme was updated, I think this can be closed now |
Do we have a solution for this issue? I renamed all the At the same time, |
Oh, actually, I have found yet another occurrence of |
I think we could close this one as it has a known workaround and it is documented |
I'm getting the error below when I try to view
src/Paths.hs
in VS Code from the following repo/branch: https://github.com/runeksvendsen/crypto-venues/tree/graphGot error while processing diagnostics: unable to load package 'integer-gmp-1.0.2.0'
I'm using the Stack resolver
nightly-2018-05-30
(GHC 8.4.2), which matches the output ofhie --compiler
.The text was updated successfully, but these errors were encountered: