Skip to content

Commit c2ff6f2

Browse files
authored
feat: change deprecated Haskell Platform install link to GHCup (#536)
1 parent 424fd2b commit c2ff6f2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/hlsBinaries.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ class MissingToolError extends Error {
7070
return Uri.parse('https://docs.haskellstack.org/en/stable/install_and_upgrade/');
7171
case 'Cabal':
7272
case 'GHC':
73-
return process.platform === 'win32'
74-
? Uri.parse('https://www.haskell.org/platform/index.html#windows')
75-
: Uri.parse('https://www.haskell.org/ghcup/');
73+
return Uri.parse('https://www.haskell.org/ghcup/');
7674
default:
7775
return null;
7876
}

0 commit comments

Comments
 (0)