Open foxyseta opened 1 year ago
Yeah, there are currently no binaries for alpine: https://downloads.haskell.org/~hls/haskell-language-server-2.4.0.0/
So I could still compile it from source, right? Using:
ghcup compile hls -v $HLS_VERSION --ghc $GHC_VERSION
And if I ever want to know why HLS stopped releasing Alpine binaries from version 1.7.0.0 I should ask their community, maybe? (My Matrix instance is currently down, but I am not sure I should open an issue on https://github.com/haskell/haskell-language-server for this... Maybe they intentionally dropped Alpine bindist support at 1.7.0.0 for some reason.)
We might have stopped because GHC alpine bindists were unreliable too. Some of those I had to build myself, others were fully static (broken), others dynamic.
But I don't see anything fundamentally wrong with providing dynamic alpine HLS bindists.
I was just assuming every bindist built here was dynamik for some reason. 😅 I am afraid I am very unqualified to help
Hi! I am currently unable to install HLS via ghcup on Alpine Linux.
Steps to reproduce:
ghcup
installedghcup -v install hls
Actual behavior:
Expected behavior:
hls 2.4.0.0
is installed correctly.This is the output of
ghcup list
: