mirror of
https://github.com/haskell/ghcide.git
synced 2025-01-06 01:44:13 +03:00
Switch to new releases of haskell-lsp and lsp-test (#171)
This commit is contained in:
parent
5febbcbc48
commit
2755212f48
@ -40,8 +40,8 @@ library
|
||||
extra,
|
||||
filepath,
|
||||
hashable,
|
||||
haskell-lsp-types,
|
||||
haskell-lsp >= 0.15,
|
||||
haskell-lsp-types >= 0.17,
|
||||
haskell-lsp >= 0.17,
|
||||
mtl,
|
||||
network-uri,
|
||||
prettyprinter-ansi-terminal,
|
||||
@ -186,7 +186,7 @@ test-suite ghcide-tests
|
||||
--------------------------------------------------------------
|
||||
haskell-lsp-types,
|
||||
lens,
|
||||
lsp-test,
|
||||
lsp-test >= 0.8,
|
||||
parser-combinators,
|
||||
tasty,
|
||||
tasty-hunit,
|
||||
|
@ -2,13 +2,9 @@ resolver: nightly-2019-09-16
|
||||
packages:
|
||||
- .
|
||||
extra-deps:
|
||||
- github: alanz/haskell-lsp
|
||||
commit: fefcae8b44aaf7658e0f90d5530832efe0b32053
|
||||
subdirs:
|
||||
- .
|
||||
- haskell-lsp-types
|
||||
- github: cocreature/lsp-test
|
||||
commit: 40da0529edb687864acf2716dff310d38b0641c6
|
||||
- haskell-lsp-0.17.0.0
|
||||
- haskell-lsp-types-0.17.0.0
|
||||
- lsp-test-0.8.0.0
|
||||
- hie-bios-0.2.0
|
||||
- ghc-lib-parser-8.8.1
|
||||
- ghc-lib-8.8.1
|
||||
|
10
stack.yaml
10
stack.yaml
@ -2,13 +2,9 @@ resolver: nightly-2019-09-16
|
||||
packages:
|
||||
- .
|
||||
extra-deps:
|
||||
- github: alanz/haskell-lsp
|
||||
commit: fefcae8b44aaf7658e0f90d5530832efe0b32053
|
||||
subdirs:
|
||||
- .
|
||||
- haskell-lsp-types
|
||||
- github: cocreature/lsp-test
|
||||
commit: 40da0529edb687864acf2716dff310d38b0641c6
|
||||
- haskell-lsp-0.17.0.0
|
||||
- haskell-lsp-types-0.17.0.0
|
||||
- lsp-test-0.8.0.0
|
||||
- hie-bios-0.2.1
|
||||
nix:
|
||||
packages: [zlib]
|
||||
|
10
stack84.yaml
10
stack84.yaml
@ -3,13 +3,9 @@ packages:
|
||||
- .
|
||||
|
||||
extra-deps:
|
||||
- github: alanz/haskell-lsp
|
||||
commit: fefcae8b44aaf7658e0f90d5530832efe0b32053
|
||||
subdirs:
|
||||
- .
|
||||
- haskell-lsp-types
|
||||
- github: cocreature/lsp-test
|
||||
commit: 40da0529edb687864acf2716dff310d38b0641c6
|
||||
- haskell-lsp-0.17.0.0
|
||||
- haskell-lsp-types-0.17.0.0
|
||||
- lsp-test-0.8.0.0
|
||||
- rope-utf16-splay-0.3.1.0
|
||||
- shake-0.18.3
|
||||
- filepattern-0.1.1
|
||||
|
10
stack88.yaml
10
stack88.yaml
@ -2,13 +2,9 @@ resolver: nightly-2019-10-10
|
||||
packages:
|
||||
- .
|
||||
extra-deps:
|
||||
- github: alanz/haskell-lsp
|
||||
commit: fefcae8b44aaf7658e0f90d5530832efe0b32053
|
||||
subdirs:
|
||||
- .
|
||||
- haskell-lsp-types
|
||||
- github: cocreature/lsp-test
|
||||
commit: 40da0529edb687864acf2716dff310d38b0641c6
|
||||
- haskell-lsp-0.17.0.0
|
||||
- haskell-lsp-types-0.17.0.0
|
||||
- lsp-test-0.8.0.0
|
||||
- prettyprinter-1.3.0
|
||||
- prettyprinter-ansi-terminal-1.1.1.2
|
||||
- hslogger-1.3.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user