Skip to content

Instantly share code, notes, and snippets.

@slotThe
Created December 25, 2020 16:11
Show Gist options
  • Save slotThe/b6d6cc77c96f61d77d0a9a4dd2ca0393 to your computer and use it in GitHub Desktop.
Save slotThe/b6d6cc77c96f61d77d0a9a4dd2ca0393 to your computer and use it in GitHub Desktop.
haskell-language-server for Void Linux
resolver: lts-16.25
packages:
- .
- ./hls-plugin-api
- ./plugins/tactics
- ./plugins/hls-hlint-plugin
- ./plugins/hls-explicit-imports-plugin
- ./plugins/hls-retrie-plugin
ghc-options:
"$everything": -haddock
extra-deps:
- aeson-1.5.2.0
- apply-refact-0.8.2.1
- brittany-0.13.1.0
- bytestring-trie-0.2.5.0
- cabal-plan-0.6.2.0
- clock-0.7.2
- constrained-dynamic-0.1.0.0
- floskell-0.10.4
- fourmolu-0.3.0.0
- ghcide-0.6.0.1
- ghc-exactprint-0.6.3.2
- ghc-trace-events-0.1.2.1
- haskell-src-exts-1.21.1
- heapsize-0.3.0
- hie-bios-0.7.1
- hlint-3.2.3
- HsYAML-aeson-0.2.0.0@rev:2
- hie-compat-0.1.0.0
- hoogle-5.0.17.11
- hsimport-0.11.0
- ilist-0.3.1.0
- implicit-hie-cradle-0.3.0.2
- implicit-hie-0.1.2.5
- lsp-test-0.11.0.6
- monad-dijkstra-0.1.1.2
- opentelemetry-0.6.1
- opentelemetry-extra-0.6.1
- refinery-0.3.0.0
- retrie-0.1.1.1
- semigroups-0.18.5
# - github: wz1000/shake
# commit: fb3859dca2e54d1bbb2c873e68ed225fa179fbef
- stylish-haskell-0.12.2.0
- temporary-1.2.1.1
flags:
haskell-language-server:
pedantic: true
retrie:
BuildExecutable: false
# allow-newer: true
nix:
packages: [ icu libcxx zlib ]
concurrent-tests: false
# Template file for 'haskell-language-server'
pkgname=haskell-language-server
version=0.7.1
revision=1
build_style=haskell-stack
hostmakedepends="stack ghc"
makedepends="ncurses-devel zlib-devel"
short_desc="Integration point for ghcide and haskell-ide-engine"
maintainer="slotThe <soliditsallgood@mailbox.org>"
license="Apache License 2.0"
homepage="https://github.com/haskell/${pkgname}"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=adedcb6d1286812364fb87895192b78848560a65943561a4a76864887c3030df
nopie_files="/usr/bin/haskell-language-server /usr/bin/haskell-language-server-wrapper"
nocross=yes
post_install() {
vlicense LICENSE
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment