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

Commit e1b3157

Browse files
authored
Merge pull request #1172 from bubba/lsp-test-0.8.2.0
Use haskell-lsp TypeDefinitionProvider options
2 parents c3c70af + 8cd2ddb commit e1b3157

12 files changed

+22
-16
lines changed

haskell-ide-engine.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ library
7070
, gitrev >= 1.1
7171
, haddock-api
7272
, haddock-library
73-
, haskell-lsp >= 0.8
73+
, haskell-lsp >= 0.8.2
74+
, haskell-lsp-types >= 0.8.2
7475
, haskell-src-exts
7576
, hie-plugin-api
7677
, hlint >= 2.0.11

src/Haskell/Ide/Engine/Transport/LspStdio.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,6 @@ hieOptions :: [T.Text] -> Core.Options
965965
hieOptions commandIds =
966966
def { Core.textDocumentSync = Just syncOptions
967967
, Core.completionProvider = Just (J.CompletionOptions (Just True) (Just ["."]))
968-
, Core.typeDefinitionProvider = Just (J.GotoOptionsStatic True)
969968
-- As of 2018-05-24, vscode needs the commands to be registered
970969
-- otherwise they will not be available as codeActions (will be
971970
-- silently ignored, despite UI showing to the contrary).

stack-8.2.1.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ extra-deps:
1919
- ghc-exactprint-0.5.8.2
2020
- haddock-api-2.18.1
2121
- haddock-library-1.4.4
22-
- haskell-lsp-0.8.1.0
23-
- haskell-lsp-types-0.8.0.1
22+
- haskell-lsp-0.8.2.0
23+
- haskell-lsp-types-0.8.2.0
2424
- hlint-2.0.11
2525
- hsimport-0.8.6
2626
- lsp-test-0.5.1.0

stack-8.2.2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ 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.8.1.0
24-
- haskell-lsp-types-0.8.0.1
23+
- haskell-lsp-0.8.2.0
24+
- haskell-lsp-types-0.8.2.0
2525
- haskell-src-exts-1.21.0
2626
- hlint-2.1.15
2727
- hoogle-5.0.17.5

stack-8.4.2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ extra-deps:
1818
- ghc-exactprint-0.5.8.2
1919
- haddock-api-2.20.0
2020
- haddock-library-1.6.0
21-
- haskell-lsp-0.8.1.0
22-
- haskell-lsp-types-0.8.0.1
21+
- haskell-lsp-0.8.2.0
22+
- haskell-lsp-types-0.8.2.0
2323
- haskell-src-exts-1.21.0
2424
- hlint-2.1.15
2525
- hoogle-5.0.17.5

stack-8.4.3.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ extra-deps:
1717
- ghc-exactprint-0.5.8.2
1818
- haddock-api-2.20.0
1919
- haddock-library-1.6.0
20-
- haskell-lsp-0.8.1.0
21-
- haskell-lsp-types-0.8.0.1
20+
- haskell-lsp-0.8.2.0
21+
- haskell-lsp-types-0.8.2.0
2222
- haskell-src-exts-1.21.0
2323
- hlint-2.1.15
2424
- hoogle-5.0.17.5

stack-8.4.4.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ extra-deps:
1717
- ghc-exactprint-0.5.8.2
1818
- haddock-api-2.20.0
1919
- haddock-library-1.6.0
20-
- haskell-lsp-0.8.1.0
21-
- haskell-lsp-types-0.8.0.1
20+
- haskell-lsp-0.8.2.0
21+
- haskell-lsp-types-0.8.2.0
2222
- haskell-src-exts-1.21.0
2323
- hlint-2.1.15
2424
- hoogle-5.0.17.5

stack-8.6.1.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ extra-deps:
1919
- czipwith-1.0.1.1
2020
- data-tree-print-0.1.0.2
2121
- haddock-api-2.21.0
22-
- haskell-lsp-0.8.1.0
23-
- haskell-lsp-types-0.8.0.1
22+
- haskell-lsp-0.8.2.0
23+
- haskell-lsp-types-0.8.2.0
2424
- haskell-src-exts-1.21.0
2525
- hlint-2.1.15
2626
- hoogle-5.0.17.5

stack-8.6.2.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ extra-deps:
1616
- constrained-dynamic-0.1.0.0
1717
- haddock-api-2.21.0
1818
- haskell-src-exts-1.21.0
19-
- haskell-lsp-0.8.1.0
19+
- haskell-lsp-0.8.2.0
20+
- haskell-lsp-types-0.8.2.0
2021
- hlint-2.1.15
2122
- hoogle-5.0.17.5
2223
- hsimport-0.8.8

stack-8.6.3.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ extra-deps:
1616
- constrained-dynamic-0.1.0.0
1717
- haddock-api-2.21.0
1818
- haskell-src-exts-1.21.0
19-
- haskell-lsp-0.8.1.0
19+
- haskell-lsp-0.8.2.0
20+
- haskell-lsp-types-0.8.2.0
2021
- hlint-2.1.15
2122
- hoogle-5.0.17.5
2223
- hsimport-0.8.8

0 commit comments

Comments
 (0)