mirror of
https://github.com/haskell/haskell-language-server.git
synced 2024-11-10 15:14:48 +03:00
86 lines
1.9 KiB
YAML
86 lines
1.9 KiB
YAML
resolver: lts-15.3 # Last 8.8.2
|
|
|
|
packages:
|
|
- .
|
|
- ./hie-compat
|
|
- ./ghcide/
|
|
- ./hls-plugin-api
|
|
- ./shake-bench
|
|
- ./plugins/hls-class-plugin
|
|
- ./plugins/hls-eval-plugin
|
|
- ./plugins/hls-explicit-imports-plugin
|
|
- ./plugins/hls-hlint-plugin
|
|
- ./plugins/hls-retrie-plugin
|
|
- ./plugins/tactics
|
|
|
|
ghc-options:
|
|
"$everything": -haddock
|
|
|
|
extra-deps:
|
|
- aeson-1.5.2.0
|
|
- apply-refact-0.8.2.1
|
|
- brittany-0.13.1.0
|
|
- butcher-1.3.3.2
|
|
- bytestring-trie-0.2.5.0
|
|
- clock-0.7.2
|
|
- constrained-dynamic-0.1.0.0
|
|
- extra-1.7.3
|
|
- floskell-0.10.4
|
|
- fourmolu-0.3.0.0
|
|
# - ghcide-0.6.0
|
|
- ghc-check-0.5.0.1
|
|
- ghc-events-0.13.0
|
|
- ghc-exactprint-0.6.3.2
|
|
- ghc-lib-8.10.3.20201220
|
|
- ghc-lib-parser-8.10.3.20201220
|
|
- ghc-lib-parser-ex-8.10.0.17
|
|
- ghc-trace-events-0.1.2.1
|
|
- haddock-library-1.8.0
|
|
- haskell-lsp-0.22.0.0
|
|
- haskell-lsp-types-0.22.0.0
|
|
- haskell-src-exts-1.21.1
|
|
- heapsize-0.3.0
|
|
- hie-bios-0.7.1
|
|
- hlint-3.2.3
|
|
- hoogle-5.0.17.11
|
|
- hsimport-0.11.0
|
|
- HsYAML-0.2.1.0@rev:1
|
|
- HsYAML-aeson-0.2.0.0@rev:2
|
|
- 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
|
|
- ormolu-0.1.4.1
|
|
- refinery-0.3.0.0
|
|
- retrie-0.1.1.1
|
|
- semigroups-0.18.5
|
|
- stylish-haskell-0.12.2.0
|
|
- temporary-1.2.1.1
|
|
- these-1.1.1.1
|
|
- with-utf8-1.0.2.1@sha256:95c02fffa643ddbeb092359802a512007c3e644cd509809f4716ad54592c437b,3057
|
|
- th-env-0.1.0.2@sha256:d8f1f37f42a8f1a22404d7d0579528af18f5dac7232cca6bdbd5117c115a0ad5,1370
|
|
|
|
configure-options:
|
|
ghcide:
|
|
- --disable-library-for-ghci
|
|
haskell-language-server:
|
|
- --disable-library-for-ghci
|
|
heapsize:
|
|
- --disable-library-for-ghci
|
|
|
|
flags:
|
|
haskell-language-server:
|
|
pedantic: true
|
|
retrie:
|
|
BuildExecutable: false
|
|
|
|
# allow-newer: true
|
|
|
|
nix:
|
|
packages: [icu libcxx zlib]
|
|
|
|
concurrent-tests: false
|