mirror of
https://github.com/haskell/ghcide.git
synced 2024-12-04 05:24:33 +03:00
2c96c9b87f
* Require hie-bios 0.3.2 or above * Update stack.yaml files * Use newer parser-combinators on GHC 8.4 * Bump parser combinators on 8.6 Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
22 lines
351 B
YAML
22 lines
351 B
YAML
resolver: nightly-2019-09-16
|
|
packages:
|
|
- .
|
|
extra-deps:
|
|
- haskell-lsp-0.19.0.0
|
|
- haskell-lsp-types-0.19.0.0
|
|
- lsp-test-0.10.0.0
|
|
- hie-bios-0.3.2
|
|
- ghc-lib-parser-8.8.1
|
|
- ghc-lib-8.8.1
|
|
- fuzzy-0.1.0.0
|
|
- regex-base-0.94.0.0
|
|
- regex-tdfa-1.3.1.0
|
|
nix:
|
|
packages: [zlib]
|
|
flags:
|
|
ghcide:
|
|
ghc-lib: True
|
|
ghc-options:
|
|
ghc-lib-parser: -O0
|
|
ghc-lib: -O0
|