Skip to content
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

haskell-language-server: update to 1.3.0 #32633

Merged
merged 1 commit into from
Aug 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 3 additions & 6 deletions srcpkgs/haskell-language-server/template
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# Template file for 'haskell-language-server'
pkgname=haskell-language-server
version=1.0.0
revision=2
# GHC only panics on i686
# https://github.com/void-linux/void-packages/pull/27961/checks?check_run_id=2181519625#step:8:5936
archs="~i686"
version=1.3.0
revision=1
build_style="haskell-stack"
make_build_args="--stack-yaml stack-8.10.4.yaml"
makedepends="ncurses-devel ncurses-libtinfo-devel icu-devel zlib-devel"
Expand All @@ -13,7 +10,7 @@ maintainer="Wayne Van Son <waynevanson@gmail.com>"
license="Apache-2.0"
homepage="https://github.com/haskell/haskell-language-server"
distfiles="https://github.com/haskell/haskell-language-server/archive/${version}.tar.gz"
checksum="14e28d6621d029f027fae44bc4a4ef62c869dab24ff01b88a2e51e6679cbff6c"
checksum=9be31ead3fb1c0ca761de80185a23665dfe167457baaba642cf62885df98f6a1
nopie_files="
/usr/bin/haskell-language-server
/usr/bin/haskell-language-server-wrapper
Expand Down