Skip to content

Commit

Permalink
More cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Mar 19, 2022
1 parent 6dc0e29 commit fb4b353
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hlsBinaries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ export async function findHaskellLanguageServer(
// we need for it (e.g. this might in fact be a downgrade for old GHCs)
const [installableHls, projectGhc] = await getLatestHLS(context, logger, workingDir, latestToolchainBindir);

latestHLS = await getLatestToolFromGHCup(context, logger, 'hls')
latestCabal = latestCabal ? await getLatestToolFromGHCup(context, logger, 'cabal') : null;
latestStack = latestStack ? await getLatestToolFromGHCup(context, logger, 'stack') : null;

Expand Down

0 comments on commit fb4b353

Please sign in to comment.