haskell-language-server/stack-8.8.3.yaml
Luke Lau 9d3d0e6f13 Accept the legacy "languageServerHaskell" config name
This also requires a bump to lsp-test to fix a test, and drops the
trick that the wrapper tests used to find the wrapper executable since
it was just confusing
2020-07-27 15:11:10 +01:00

42 lines
673 B
YAML

resolver: lts-16.5
packages:
- .
- ./ghcide/
ghc-options:
"$everything": -haddock
extra-deps:
- apply-refact-0.7.0.0
- bytestring-trie-0.2.5.0
- cabal-plan-0.6.2.0
- clock-0.7.2
- constrained-dynamic-0.1.0.0
- extra-1.7.3
- floskell-0.10.3
# - ghcide-0.1.0
- haskell-src-exts-1.21.1
- hie-bios-0.6.1
- hlint-2.2.8
- hoogle-5.0.17.11
- hsimport-0.11.0
- ilist-0.3.1.0
- lsp-test-0.11.0.3
- monad-dijkstra-0.1.1.2
- semigroups-0.18.5
# - github: wz1000/shake
# commit: fb3859dca2e54d1bbb2c873e68ed225fa179fbef
- temporary-1.2.1.1
flags:
haskell-language-server:
pedantic: true
# allow-newer: true
nix:
packages: [ icu libcxx zlib ]
concurrent-tests: false