We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e677c9b commit 61e7d95Copy full SHA for 61e7d95
haskell-language-server.cabal
@@ -347,10 +347,10 @@ library hls-cabal-project-plugin
347
, directory
348
, filepath
349
, extra >=1.7.4
350
- , ghcide == 2.9.0.1
+ , ghcide == 2.11.0.0
351
, hashable
352
- , hls-plugin-api == 2.9.0.1
353
- , hls-graph == 2.9.0.1
+ , hls-plugin-api == 2.11.0.0
+ , hls-graph == 2.11.0.0
354
, lens
355
, lsp ^>=2.7
356
, lsp-types ^>=2.3
@@ -382,7 +382,7 @@ test-suite hls-cabal-project-plugin-tests
382
383
, ghcide
384
, haskell-language-server:hls-cabal-project-plugin
385
- , hls-test-utils == 2.9.0.1
+ , hls-test-utils == 2.11.0.0
386
387
, lsp-types
388
, text
0 commit comments