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

Commit d679eb5

Browse files
authored
Merge pull request #1288 from alanz/haskell-lsp-0.14
Trying out haskell-lsp 0.14
2 parents d1e4c1c + d32113a commit d679eb5

12 files changed

+35
-35
lines changed

haskell-ide-engine.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ library
7070
, gitrev >= 1.1
7171
, haddock-api
7272
, haddock-library
73-
, haskell-lsp == 0.13.*
74-
, haskell-lsp-types == 0.13.*
73+
, haskell-lsp == 0.14.*
74+
, haskell-lsp-types == 0.14.*
7575
, haskell-src-exts
7676
, hie-plugin-api
7777
, hlint (>= 2.0.11 && < 2.1.18) || >= 2.1.22
@@ -278,8 +278,8 @@ test-suite func-test
278278
, filepath
279279
, lsp-test >= 0.5.2
280280
, haskell-ide-engine
281-
, haskell-lsp-types == 0.13.*
282-
, haskell-lsp == 0.13.*
281+
, haskell-lsp-types == 0.14.*
282+
, haskell-lsp == 0.14.*
283283
, hie-test-utils
284284
, hie-plugin-api
285285
, 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.13.*
48+
, haskell-lsp == 0.14.*
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
@@ -21,14 +21,14 @@ extra-deps:
2121
- ghc-exactprint-0.5.8.2
2222
- haddock-api-2.18.1
2323
- haddock-library-1.4.4
24-
- haskell-lsp-0.13.0.0
25-
- haskell-lsp-types-0.13.0.0@rev:2
24+
- haskell-lsp-0.14.0.0
25+
- haskell-lsp-types-0.14.0.1
2626
- haskell-src-exts-1.21.0
2727
- haskell-src-exts-util-0.2.5
2828
- hlint-2.1.17 # last hlint supporting GHC 8.2
2929
- hoogle-5.0.17.9
3030
- hsimport-0.8.8
31-
- lsp-test-0.5.2.3
31+
- lsp-test-0.5.4.0
3232
- monad-dijkstra-0.1.1.2
3333
- pretty-show-1.8.2
3434
- 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
@@ -20,14 +20,14 @@ extra-deps:
2020
- ghc-lib-parser-8.8.0.20190424
2121
- haddock-api-2.20.0
2222
- haddock-library-1.6.0
23-
- haskell-lsp-0.13.0.0
24-
- haskell-lsp-types-0.13.0.0@rev:2
23+
- haskell-lsp-0.14.0.0
24+
- haskell-lsp-types-0.14.0.1
2525
- haskell-src-exts-1.21.0
2626
- haskell-src-exts-util-0.2.5
2727
- hlint-2.1.24
2828
- hoogle-5.0.17.9
2929
- hsimport-0.10.0
30-
- lsp-test-0.5.2.3
30+
- lsp-test-0.5.4.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.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.20190424
2020
- haddock-api-2.20.0
2121
- haddock-library-1.6.0
22-
- haskell-lsp-0.13.0.0
23-
- haskell-lsp-types-0.13.0.0@rev:2
22+
- haskell-lsp-0.14.0.0
23+
- haskell-lsp-types-0.14.0.1
2424
- haskell-src-exts-1.21.0
2525
- haskell-src-exts-util-0.2.5
2626
- hlint-2.1.24
2727
- hoogle-5.0.17.9
2828
- hsimport-0.10.0
29-
- lsp-test-0.5.2.3
29+
- lsp-test-0.5.4.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
@@ -19,14 +19,14 @@ extra-deps:
1919
- ghc-lib-parser-8.8.0.20190424
2020
- haddock-api-2.20.0
2121
- haddock-library-1.6.0
22-
- haskell-lsp-0.13.0.0
23-
- haskell-lsp-types-0.13.0.0
22+
- haskell-lsp-0.14.0.0
23+
- haskell-lsp-types-0.14.0.1
2424
- haskell-src-exts-1.21.0
2525
- haskell-src-exts-util-0.2.5
2626
- hlint-2.1.24
2727
- hoogle-5.0.17.9
2828
- hsimport-0.10.0
29-
- lsp-test-0.5.2.3
29+
- lsp-test-0.5.4.0
3030
- monad-dijkstra-0.1.1.2
3131
- optparse-simple-0.1.0
3232
- 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.20190424
2323
- haddock-api-2.21.0
24-
- haskell-lsp-0.13.0.0
25-
- haskell-lsp-types-0.13.0.0
24+
- haskell-lsp-0.14.0.0
25+
- haskell-lsp-types-0.14.0.1
2626
- haskell-src-exts-1.21.0
2727
- haskell-src-exts-util-0.2.5
2828
- hlint-2.1.24
2929
- hoogle-5.0.17.9
3030
- hsimport-0.10.0
31-
- lsp-test-0.5.2.3
31+
- lsp-test-0.5.4.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.20190424
1919
- haddock-api-2.21.0
20-
- haskell-lsp-0.13.0.0
21-
- haskell-lsp-types-0.13.0.0
20+
- haskell-lsp-0.14.0.0
21+
- haskell-lsp-types-0.14.0.1
2222
- haskell-src-exts-1.21.0
2323
- haskell-src-exts-util-0.2.5
2424
- hlint-2.1.24
2525
- hoogle-5.0.17.9
2626
- hsimport-0.10.0
27-
- lsp-test-0.5.2.3
27+
- lsp-test-0.5.4.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.20190424
1919
- haddock-api-2.21.0
20-
- haskell-lsp-0.13.0.0
21-
- haskell-lsp-types-0.13.0.0
20+
- haskell-lsp-0.14.0.0
21+
- haskell-lsp-types-0.14.0.1
2222
- haskell-src-exts-1.21.0
2323
- haskell-src-exts-util-0.2.5
2424
- hlint-2.1.24
2525
- hoogle-5.0.17.9
2626
- hsimport-0.10.0
27-
- lsp-test-0.5.2.3
27+
- lsp-test-0.5.4.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.20190424
1919
- haddock-api-2.22.0
20-
- haskell-lsp-0.13.0.0
21-
- haskell-lsp-types-0.13.0.0
20+
- haskell-lsp-0.14.0.0
21+
- haskell-lsp-types-0.14.0.1
2222
- haskell-src-exts-1.21.0
2323
- hlint-2.1.24
2424
- hoogle-5.0.17.9
2525
- hsimport-0.10.0
26-
- lsp-test-0.5.2.3
26+
- lsp-test-0.5.4.0
2727
- monad-dijkstra-0.1.1.2@rev:1
2828
- monad-memo-0.4.1
2929
- multistate-0.8.0.1

stack-8.6.5.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.20190424
1919
- haddock-api-2.22.0
20-
- haskell-lsp-0.13.0.0
21-
- haskell-lsp-types-0.13.0.0
20+
- haskell-lsp-0.14.0.0
21+
- haskell-lsp-types-0.14.0.1
2222
- haskell-src-exts-1.21.0
2323
- hlint-2.1.24
2424
- hsimport-0.10.0
2525
- hoogle-5.0.17.9
26-
- lsp-test-0.5.2.3
26+
- lsp-test-0.5.4.0
2727
- monad-dijkstra-0.1.1.2@rev:1
2828
- monad-memo-0.4.1
2929
- multistate-0.8.0.1

stack.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ extra-deps:
2121
- ghc-exactprint-0.5.8.2
2222
- ghc-lib-parser-8.8.0.20190424
2323
- haddock-api-2.22.0
24-
- haskell-lsp-0.13.0.0
25-
- haskell-lsp-types-0.13.0.0
24+
- haskell-lsp-0.14.0.0
25+
- haskell-lsp-types-0.14.0.1
2626
- hlint-2.1.24
2727
- hsimport-0.10.0
28-
- lsp-test-0.5.2.3
28+
- lsp-test-0.5.4.0
2929
- monad-dijkstra-0.1.1.2@rev:1
3030
- monad-memo-0.4.1
3131
- multistate-0.8.0.1

0 commit comments

Comments
 (0)