Skip to content

Commit fb4b353

Browse files
committed
More cleanup
1 parent 6dc0e29 commit fb4b353

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hlsBinaries.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ export async function findHaskellLanguageServer(
285285
// we need for it (e.g. this might in fact be a downgrade for old GHCs)
286286
const [installableHls, projectGhc] = await getLatestHLS(context, logger, workingDir, latestToolchainBindir);
287287

288-
latestHLS = await getLatestToolFromGHCup(context, logger, 'hls')
289288
latestCabal = latestCabal ? await getLatestToolFromGHCup(context, logger, 'cabal') : null;
290289
latestStack = latestStack ? await getLatestToolFromGHCup(context, logger, 'stack') : null;
291290

0 commit comments

Comments
 (0)