haskell-language-server: bump for ghc 8.10.4
This commit is contained in:
parent
1d6c3d77b1
commit
03ccd879de
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'haskell-language-server'
|
||||
pkgname=haskell-language-server
|
||||
version=1.0.0
|
||||
revision=1
|
||||
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"
|
||||
build_style="haskell-stack"
|
||||
make_build_args="--stack-yaml stack-8.8.4.yaml"
|
||||
make_build_args="--stack-yaml stack-8.10.4.yaml"
|
||||
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>"
|
||||
|
|
Loading…
Reference in New Issue