haskell-language-server: update to 2.11.0.0.

This commit is contained in:
ii8 2025-07-06 10:57:21 +01:00
parent 6e94381eef
commit 9ee48105fd

View file

@ -1,9 +1,10 @@
# Template file for 'haskell-language-server'
pkgname=haskell-language-server
version=1.8.0.0
version=2.11.0.0
revision=1
build_style="haskell-stack"
make_build_args="--stack-yaml stack-lts19.yaml --flag=haskell-language-server:-dynamic"
build_style=cabal
configure_args="--flags=-dynamic --disable-benchmarks --disable-tests"
make_build_target=all:exes
makedepends="ncurses-devel ncurses-libtinfo-devel icu-devel zlib-devel"
short_desc="Integration of ghcide and haskell-ide-engine"
maintainer="Wayne Van Son <waynevanson@gmail.com>"
@ -11,7 +12,7 @@ license="Apache-2.0"
homepage="https://github.com/haskell/haskell-language-server"
changelog="https://raw.githubusercontent.com/haskell/haskell-language-server/master/ChangeLog.md"
distfiles="https://github.com/haskell/haskell-language-server/archive/${version}.tar.gz"
checksum=e1081ac581d21547d835beb8561e815573944aa0babe752a971479da3a207235
checksum=a03b00e37b3a5326adaaa688145160959e78f0fa7a3160eb99babea437fc60f4
nopie_files="
/usr/bin/haskell-language-server
/usr/bin/haskell-language-server-wrapper
@ -21,3 +22,4 @@ nopie_files="
/usr/bin/test-server
"
nocross="Cannot yet cross compile with Haskell"
make_check=no # Tests require dynamic linking of haskell libs which doesn't work on musl