mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
haskell-language-server: update to 2.11.0.0.
This commit is contained in:
parent
6e94381eef
commit
9ee48105fd
1 changed files with 6 additions and 4 deletions
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'haskell-language-server'
|
# Template file for 'haskell-language-server'
|
||||||
pkgname=haskell-language-server
|
pkgname=haskell-language-server
|
||||||
version=1.8.0.0
|
version=2.11.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style="haskell-stack"
|
build_style=cabal
|
||||||
make_build_args="--stack-yaml stack-lts19.yaml --flag=haskell-language-server:-dynamic"
|
configure_args="--flags=-dynamic --disable-benchmarks --disable-tests"
|
||||||
|
make_build_target=all:exes
|
||||||
makedepends="ncurses-devel ncurses-libtinfo-devel icu-devel zlib-devel"
|
makedepends="ncurses-devel ncurses-libtinfo-devel icu-devel zlib-devel"
|
||||||
short_desc="Integration of ghcide and haskell-ide-engine"
|
short_desc="Integration of ghcide and haskell-ide-engine"
|
||||||
maintainer="Wayne Van Son <waynevanson@gmail.com>"
|
maintainer="Wayne Van Son <waynevanson@gmail.com>"
|
||||||
|
@ -11,7 +12,7 @@ license="Apache-2.0"
|
||||||
homepage="https://github.com/haskell/haskell-language-server"
|
homepage="https://github.com/haskell/haskell-language-server"
|
||||||
changelog="https://raw.githubusercontent.com/haskell/haskell-language-server/master/ChangeLog.md"
|
changelog="https://raw.githubusercontent.com/haskell/haskell-language-server/master/ChangeLog.md"
|
||||||
distfiles="https://github.com/haskell/haskell-language-server/archive/${version}.tar.gz"
|
distfiles="https://github.com/haskell/haskell-language-server/archive/${version}.tar.gz"
|
||||||
checksum=e1081ac581d21547d835beb8561e815573944aa0babe752a971479da3a207235
|
checksum=a03b00e37b3a5326adaaa688145160959e78f0fa7a3160eb99babea437fc60f4
|
||||||
nopie_files="
|
nopie_files="
|
||||||
/usr/bin/haskell-language-server
|
/usr/bin/haskell-language-server
|
||||||
/usr/bin/haskell-language-server-wrapper
|
/usr/bin/haskell-language-server-wrapper
|
||||||
|
@ -21,3 +22,4 @@ nopie_files="
|
||||||
/usr/bin/test-server
|
/usr/bin/test-server
|
||||||
"
|
"
|
||||||
nocross="Cannot yet cross compile with Haskell"
|
nocross="Cannot yet cross compile with Haskell"
|
||||||
|
make_check=no # Tests require dynamic linking of haskell libs which doesn't work on musl
|
||||||
|
|
Loading…
Add table
Reference in a new issue