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

24 lines
983 B
Bash

# Template file for 'haskell-language-server'
pkgname=haskell-language-server
version=1.8.0.0
revision=1
build_style="haskell-stack"
make_build_args="--stack-yaml stack-lts19.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"
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
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"