-
Notifications
You must be signed in to change notification settings - Fork 90
Difficult errors when no appropriate GHC is found #541
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
Labels
Comments
There appears to be some code: vscode-haskell/src/hlsBinaries.ts Lines 45 to 80 in 70f6883
But we deleted some of the try-catch: vscode-haskell/src/hlsBinaries.ts Lines 363 to 378 in 70f6883
I'm not entirely sure what this object hierarchy does. |
Fixed in #543 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
If HLS is managed by the extension, but there is no
ghc
in PATH and noghc-<project-version>
either, then the error is:If HLS is managed by the extension and only a project-incompatibleghc
is in PATH, hie-bios seems to detect a wrong project GHC version (with-compiler: ghc-8.10.7
is set in this project):https://user-images.githubusercontent.com/1241845/158057243-dffe75f1-9351-4d8e-94ce-14df428126dc.png
Apparently this is fixed in master hie-bios, see new error below
@fendor
The text was updated successfully, but these errors were encountered: