hls doesn’t build on stock Debian bullseye due to un-mentioned extra library version dependency #1993
Labels
build tool: cabal
can-workaround
CI
Continuous integration
type: bug
Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
Your environment
Output of
haskell-language-server --probe-tools
orhaskell-language-server-wrapper --probe-tools
:Tool versions found on the $PATH cabal: 3.4.0.0 stack: Not found ghc: 8.8.4
Which OS do you use:
Debian bullseye
Steps to reproduce
Actual behaviour
Standard version of the extra library on Debian Bullseye is 1.7.4
At some point, extra gained Data.Foldable.Extra & the allM function. Installing 1.7.9 in preference to the system 1.7.4 fixes the problem. I guess a versioned dependency needs adding to the cabal file.
The text was updated successfully, but these errors were encountered: