We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 333294f commit c8c20c2Copy full SHA for c8c20c2
src/errors.ts
@@ -54,6 +54,6 @@ export class NoMatchingHls extends Error {
54
super(`HLS does not support GHC ${ghcProjVersion} yet.`);
55
}
56
public docLink(): Uri {
57
- return Uri.parse('https://haskell-language-server.readthedocs.io/en/latest/supported-versions.html');
+ return Uri.parse('https://haskell-language-server.readthedocs.io/en/latest/support/ghc-version-support.html');
58
59
0 commit comments