Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 60c0df2

Browse files
committed
Update haskell-lsp to 0.17
Together with haskell-lsp-types and lsp-test This now supports LSP spec 3.15
1 parent 414bbee commit 60c0df2

18 files changed

+83
-70
lines changed

haskell-ide-engine.cabal

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ library
7171
, gitrev >= 1.1
7272
, haddock-api
7373
, haddock-library
74-
, haskell-lsp == 0.16.*
75-
, haskell-lsp-types == 0.16.*
74+
, haskell-lsp == 0.17.*
75+
, haskell-lsp-types == 0.17.*
7676
, haskell-src-exts
7777
, hie-plugin-api
7878
, hoogle >= 5.0.13
@@ -199,7 +199,7 @@ test-suite unit-test
199199
, free
200200
, ghc
201201
, haskell-ide-engine
202-
, haskell-lsp-types == 0.16.*
202+
, haskell-lsp-types == 0.17.*
203203
, hie-test-utils
204204
, hie-plugin-api
205205
, hoogle > 5.0.11
@@ -285,10 +285,10 @@ test-suite func-test
285285
, data-default
286286
, directory
287287
, filepath
288-
, lsp-test >= 0.6.0.0
288+
, lsp-test >= 0.8.0.0
289289
, haskell-ide-engine
290-
, haskell-lsp-types == 0.16.*
291-
, haskell-lsp == 0.16.*
290+
, haskell-lsp-types == 0.17.*
291+
, haskell-lsp == 0.17.*
292292
, hie-test-utils
293293
, hie-plugin-api
294294
, hspec

hie-plugin-api/hie-plugin-api.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ library
4545
, ghc
4646
, ghc-mod-core >= 5.9.0.0
4747
, ghc-project-types >= 5.9.0.0
48-
, haskell-lsp == 0.16.*
48+
, haskell-lsp == 0.17.*
4949
, hslogger
5050
, monad-control
5151
, mtl

stack-8.2.2.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ extra-deps:
2020
- ghc-exactprint-0.5.8.2
2121
- haddock-api-2.18.1
2222
- haddock-library-1.4.4
23-
- haskell-lsp-0.16.0.0
24-
- haskell-lsp-types-0.16.0.0
23+
- haskell-lsp-0.17.0.0
24+
- haskell-lsp-types-0.17.0.0
2525
- haskell-src-exts-1.21.0
2626
- haskell-src-exts-util-0.2.5
2727
- hlint-2.1.17 # last hlint supporting GHC 8.2
2828
- hoogle-5.0.17.9
2929
- hsimport-0.8.8
30-
- lsp-test-0.7.0.0
30+
- lsp-test-0.8.0.0
3131
- monad-dijkstra-0.1.1.2
3232
- pretty-show-1.8.2
3333
- rope-utf16-splay-0.3.1.0

stack-8.4.2.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ extra-deps:
1919
- ghc-lib-parser-8.8.0.20190723
2020
- haddock-api-2.20.0
2121
- haddock-library-1.6.0
22-
- haskell-lsp-0.16.0.0
23-
- haskell-lsp-types-0.16.0.0
22+
- haskell-lsp-0.17.0.0
23+
- haskell-lsp-types-0.17.0.0
2424
- haskell-src-exts-1.21.0
2525
- haskell-src-exts-util-0.2.5
2626
- hlint-2.2.2
2727
- hoogle-5.0.17.9
2828
- hsimport-0.10.0
29-
- lsp-test-0.7.0.0
29+
- lsp-test-0.8.0.0
3030
- monad-dijkstra-0.1.1.2
3131
- pretty-show-1.8.2
3232
- rope-utf16-splay-0.3.1.0

stack-8.4.3.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ extra-deps:
1919
- ghc-lib-parser-8.8.0.20190723
2020
- haddock-api-2.20.0
2121
- haddock-library-1.6.0
22-
- haskell-lsp-0.16.0.0
23-
- haskell-lsp-types-0.16.0.0
22+
- haskell-lsp-0.17.0.0
23+
- haskell-lsp-types-0.17.0.0
2424
- haskell-src-exts-1.21.0
2525
- haskell-src-exts-util-0.2.5
2626
- hlint-2.2.2
2727
- hoogle-5.0.17.9
2828
- hsimport-0.10.0
29-
- lsp-test-0.7.0.0
29+
- lsp-test-0.8.0.0
3030
- monad-dijkstra-0.1.1.2
3131
- pretty-show-1.8.2
3232
- rope-utf16-splay-0.3.1.0

stack-8.4.4.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ extra-deps:
1818
- ghc-lib-parser-8.8.0.20190723
1919
- haddock-api-2.20.0
2020
- haddock-library-1.6.0
21-
- haskell-lsp-0.16.0.0
22-
- haskell-lsp-types-0.16.0.0
21+
- haskell-lsp-0.17.0.0
22+
- haskell-lsp-types-0.17.0.0
2323
- haskell-src-exts-1.21.0
2424
- haskell-src-exts-util-0.2.5
2525
- hlint-2.2.2
2626
- hoogle-5.0.17.9
2727
- hsimport-0.10.0
28-
- lsp-test-0.7.0.0
28+
- lsp-test-0.8.0.0
2929
- monad-dijkstra-0.1.1.2
3030
- optparse-simple-0.1.0
3131
- pretty-show-1.9.5

stack-8.6.1.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ extra-deps:
2121
- floskell-0.10.0
2222
- ghc-lib-parser-8.8.0.20190723
2323
- haddock-api-2.21.0
24-
- haskell-lsp-0.16.0.0
25-
- haskell-lsp-types-0.16.0.0
24+
- haskell-lsp-0.17.0.0
25+
- haskell-lsp-types-0.17.0.0
2626
- haskell-src-exts-1.21.0
2727
- haskell-src-exts-util-0.2.5
2828
- hlint-2.2.2
2929
- hoogle-5.0.17.9
3030
- hsimport-0.10.0
31-
- lsp-test-0.7.0.0
31+
- lsp-test-0.8.0.0
3232
- monad-dijkstra-0.1.1.2
3333
- monad-memo-0.4.1
3434
- monoid-subclasses-0.4.6.1

stack-8.6.2.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ extra-deps:
1717
- floskell-0.10.0
1818
- ghc-lib-parser-8.8.0.20190723
1919
- haddock-api-2.21.0
20-
- haskell-lsp-0.16.0.0
21-
- haskell-lsp-types-0.16.0.0
20+
- haskell-lsp-0.17.0.0
21+
- haskell-lsp-types-0.17.0.0
2222
- haskell-src-exts-1.21.0
2323
- haskell-src-exts-util-0.2.5
2424
- hlint-2.2.2
2525
- hoogle-5.0.17.9
2626
- hsimport-0.10.0
27-
- lsp-test-0.7.0.0
27+
- lsp-test-0.8.0.0
2828
- monad-dijkstra-0.1.1.2
2929
- monad-memo-0.4.1
3030
- multistate-0.8.0.1

stack-8.6.3.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ extra-deps:
1717
- floskell-0.10.0
1818
- ghc-lib-parser-8.8.0.20190723
1919
- haddock-api-2.21.0
20-
- haskell-lsp-0.16.0.0
21-
- haskell-lsp-types-0.16.0.0
20+
- haskell-lsp-0.17.0.0
21+
- haskell-lsp-types-0.17.0.0
2222
- haskell-src-exts-1.21.0
2323
- haskell-src-exts-util-0.2.5
2424
- hlint-2.2.2
2525
- hoogle-5.0.17.9
2626
- hsimport-0.10.0
27-
- lsp-test-0.7.0.0
27+
- lsp-test-0.8.0.0
2828
- monad-dijkstra-0.1.1.2
2929
- monad-memo-0.4.1
3030
- multistate-0.8.0.1

stack-8.6.4.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ extra-deps:
1717
- floskell-0.10.0
1818
- ghc-lib-parser-8.8.0.20190723
1919
- haddock-api-2.22.0
20-
- haskell-lsp-0.16.0.0
21-
- haskell-lsp-types-0.16.0.0
20+
- haskell-lsp-0.17.0.0
21+
- haskell-lsp-types-0.17.0.0
2222
- haskell-src-exts-1.21.0
2323
- hlint-2.2.2
2424
- hoogle-5.0.17.9
2525
- hsimport-0.10.0
26-
- lsp-test-0.7.0.0
26+
- lsp-test-0.8.0.0
2727
- monad-dijkstra-0.1.1.2@rev:1
2828
- monad-memo-0.4.1
2929
- multistate-0.8.0.1

0 commit comments

Comments
 (0)