void-packages/srcpkgs/haskell-language-server/template

23 lines
885 B
Bash

# Template file for 'haskell-language-server'
pkgname=haskell-language-server
version=1.7.0.0
revision=1
build_style="haskell-stack"
make_build_args="--stack-yaml stack-9.0.2.yaml --flag=haskell-language-server:-dynamic"
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>"
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=252fc5ae41ef77bbfa36f42eb38f69c953d5aa8757b510c5c45a03655da95513
nopie_files="
/usr/bin/haskell-language-server
/usr/bin/haskell-language-server-wrapper
/usr/bin/ghcide-bench
/usr/bin/ghcide
/usr/bin/ghcide-test-preprocessor
/usr/bin/test-server
"
nocross="Cannot yet cross compile with Haskell"