Skip to content

Commit 61e7d95

Browse files
committed
Upgrade to latest Haskell version
1 parent e677c9b commit 61e7d95

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

haskell-language-server.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -347,10 +347,10 @@ library hls-cabal-project-plugin
347347
, directory
348348
, filepath
349349
, extra >=1.7.4
350-
, ghcide == 2.9.0.1
350+
, ghcide == 2.11.0.0
351351
, hashable
352-
, hls-plugin-api == 2.9.0.1
353-
, hls-graph == 2.9.0.1
352+
, hls-plugin-api == 2.11.0.0
353+
, hls-graph == 2.11.0.0
354354
, lens
355355
, lsp ^>=2.7
356356
, lsp-types ^>=2.3
@@ -382,7 +382,7 @@ test-suite hls-cabal-project-plugin-tests
382382
, filepath
383383
, ghcide
384384
, haskell-language-server:hls-cabal-project-plugin
385-
, hls-test-utils == 2.9.0.1
385+
, hls-test-utils == 2.11.0.0
386386
, lens
387387
, lsp-types
388388
, text

0 commit comments

Comments
 (0)