Skip to content

[client][ERROR] No binary haskell-language-server-Windows-8.10.4.exe found #513

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

Closed
wclr opened this issue Dec 3, 2021 · 5 comments
Closed
Labels
type: question Questions about anything type: setup Issues related with the extension setup, including binaries downloads

Comments

@wclr
Copy link

wclr commented Dec 3, 2021

This is a message I get the output:

[client][ERROR] No binary haskell-language-server-Windows-8.10.4.exe found in the release assets: haskell-language-server-1.5.1-src.tar.gz,haskell-language-server-FreeBSD-1.5.1.tar.xz,haskell-language-server-Linux-1.5.1.tar.gz,haskell-language-server-Linux-8.10.5.gz,haskell-language-server-Linux-8.10.6.gz,haskell-language-server-Linux-8.10.7.gz,haskell-language-server-Linux-8.6.5.gz,haskell-language-server-Linux-8.8.3.gz,haskell-language-server-Linux-8.8.4.gz,haskell-language-server-Linux-9.0.1.gz,haskell-language-server-Linux-aarch64-1.5.1.tar.xz,haskell-language-server-Linux-armv7-1.5.1.tar.xz,haskell-language-server-macOS-1.5.1.tar.gz,haskell-language-server-macOS-8.10.5.gz,haskell-language-server-macOS-8.10.6.gz,haskell-language-server-macOS-8.10.7.gz,haskell-language-server-macOS-8.6.5.gz,haskell-language-server-macOS-8.8.3.gz,haskell-language-server-macOS-8.8.4.gz,haskell-language-server-macOS-9.0.1.gz,haskell-language-server-macOS-aarch64-1.5.1.tar.xz,haskell-language-server-Windows-1.5.1.tar.gz,haskell-language-server-Windows-8.10.5.exe.zip,haskell-language-server-Windows-8.10.6.exe.zip,haskell-language-server-Windows-8.10.7.exe.zip,haskell-language-server-Windows-8.6.5.exe.zip,haskell-language-server-Windows-8.8.4.exe.zip,haskell-language-server-Windows-9.0.1.exe.zip,haskell-language-server-wrapper-Linux.gz,haskell-language-server-wrapper-macOS.gz,haskell-language-server-wrapper-Windows.exe.zip,SHA256SUMS

Some versions ago (of Haskell language support extensions) it was working.

Your environment

Which OS do you use:
Windows 10

Steps to reproduce

Expected behaviour

Actual behaviour

Include debug information

Debug output:
<paste your logs here>

Paste the contents of extension specific log, you can check instructions about how to find it here

Extension log:
<paste your logs here>
@jneira jneira added type: question Questions about anything type: setup Issues related with the extension setup, including binaries downloads and removed status: needs triage labels Dec 4, 2021
@jneira
Copy link
Member

jneira commented Dec 4, 2021

Hi, thanks for reporting the issue, unfortunately last hls version 1.5 does not support ghc-8.10.4. The readme is outdates but it notes:

The exact list of binaries can be checked in the last release of haskell-language-server: https://github.com/haskell/haskell-language-server/releases/latest
You can check the current GHC versions support status and the policy followed for deprecations here.

We are about to release an extension version which will use automatically the newer hls version supporting your ghc: #506 and there are some workarounds described here: #504

@jneira
Copy link
Member

jneira commented Dec 4, 2021

I've updated the supported ghc versions with #514

@wclr
Copy link
Author

wclr commented Dec 5, 2021

If I have updated ghc to 8.10.7:

image

why do HLS still error about 8.10.4?

@jneira
Copy link
Member

jneira commented Dec 5, 2021

are you using stack for build the project you want to load in vscode? it it is so you will have to update the resolver in the stack.yaml file

@wclr
Copy link
Author

wclr commented Dec 6, 2021

Right, thanks, forgot to update the repo. I believe this can be closed.

@wclr wclr closed this as completed Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: question Questions about anything type: setup Issues related with the extension setup, including binaries downloads
Projects
None yet
Development

No branches or pull requests

2 participants