mirror of
https://github.com/haskell/ghcide.git
synced 2025-01-06 01:44:13 +03:00
9951f35b08
* Use custom version of h-l-t * Use normalized path functions from h-l-t * Restore empty path corner case * Create a wrapper over NFP to override IsString * Use maybe instead fromMaybe * Use patched version of lsp-types in all yaml files * Remove unused import * Rename specific NormalizeFilePath to NormalizeFilePath' * Remove specific newtype and IsString instance * Use released haskell-lsp-0.21 * Adapt to type changes of haskell-lsp-0.21 * Add tags field to CompletionItem * Fix test case about empty file path * Correct stack.yaml used in azure ci cache * Build ghcide including tests in windows azure ci * Qualify haskell-lsp modules to avoid name clashes
11 lines
152 B
YAML
11 lines
152 B
YAML
resolver: nightly-2020-02-13
|
|
packages:
|
|
- .
|
|
extra-deps:
|
|
- haskell-lsp-0.21.0.0
|
|
- haskell-lsp-types-0.21.0.0
|
|
- lsp-test-0.10.2.0
|
|
|
|
nix:
|
|
packages: [zlib]
|