11cabal-version : 3.0
22category : Development
33name : haskell-language-server
4- version : 1.8 .0.0
4+ version : 1.9 .0.0
55synopsis : LSP server for GHC
66description :
77 Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
@@ -243,12 +243,12 @@ common haddockComments
243243
244244common eval
245245 if flag(eval) && (impl(ghc < 9.4.1 ) || flag(ignore-plugins-ghc-bounds))
246- build-depends : hls-eval-plugin ^>= 1.3
246+ build-depends : hls-eval-plugin ^>= 1.4
247247 cpp-options : -Dhls_eval
248248
249249common importLens
250250 if flag(importLens)
251- build-depends : hls-explicit-imports-plugin ^>= 1.1
251+ build-depends : hls-explicit-imports-plugin ^>= 1.2
252252 cpp-options : -Dhls_importLens
253253
254254common refineImports
@@ -268,7 +268,7 @@ common retrie
268268
269269common tactic
270270 if flag(tactic) && (impl(ghc < 9.2.1 ) || flag(ignore-plugins-ghc-bounds))
271- build-depends : hls-tactics-plugin ^>= 1.7
271+ build-depends : hls-tactics-plugin ^>= 1.8
272272 cpp-options : -Dhls_tactic
273273
274274common hlint
@@ -298,7 +298,7 @@ common splice
298298
299299common alternateNumberFormat
300300 if flag(alternateNumberFormat)
301- build-depends : hls-alternate-number-format-plugin ^>= 1.2
301+ build-depends : hls-alternate-number-format-plugin ^>= 1.3
302302 cpp-options : -Dhls_alternateNumberFormat
303303
304304common qualifyImportedNames
@@ -308,12 +308,12 @@ common qualifyImportedNames
308308
309309common codeRange
310310 if flag(codeRange)
311- build-depends : hls-code-range-plugin ^>= 1.0
311+ build-depends : hls-code-range-plugin ^>= 1.1
312312 cpp-options : -Dhls_codeRange
313313
314314common changeTypeSignature
315315 if flag(changeTypeSignature)
316- build-depends : hls-change-type-signature-plugin ^>= 1.0
316+ build-depends : hls-change-type-signature-plugin ^>= 1.1
317317 cpp-options : -Dhls_changeTypeSignature
318318
319319common gadt
@@ -323,7 +323,7 @@ common gadt
323323
324324common explicitFixity
325325 if flag(explicitFixity)
326- build-depends : hls-explicit-fixity-plugin ^>= 1.0
326+ build-depends : hls-explicit-fixity-plugin ^>= 1.1
327327 cpp-options : -DexplicitFixity
328328
329329common explicitFields
@@ -355,12 +355,12 @@ common stylishHaskell
355355
356356common brittany
357357 if flag(brittany) && (impl(ghc < 9.0.2 ) || flag(ignore-plugins-ghc-bounds))
358- build-depends : hls-brittany-plugin ^>= 1.0
358+ build-depends : hls-brittany-plugin ^>= 1.1
359359 cpp-options : -Dhls_brittany
360360
361361common refactor
362362 if flag(refactor)
363- build-depends : hls-refactor-plugin ^>= 1.0
363+ build-depends : hls-refactor-plugin ^>= 1.1
364364 cpp-options : -Dhls_refactor
365365
366366library
@@ -416,12 +416,12 @@ library
416416 , cryptohash-sha1
417417 , data-default
418418 , ghc
419- , ghcide ^>= 1.8
419+ , ghcide ^>= 1.9
420420 , githash >= 0.1.6.1
421421 , lsp
422422 , hie-bios
423423 , hiedb
424- , hls-plugin-api ^>= 1.5
424+ , hls-plugin-api ^>= 1.6
425425 , optparse-applicative
426426 , optparse-simple
427427 , process
@@ -561,7 +561,7 @@ test-suite func-test
561561 , lens-aeson
562562 , ghcide
563563 , ghcide-test-utils
564- , hls-test-utils ^>= 1.4
564+ , hls-test-utils ^>= 1.5
565565 , lsp-types
566566 , aeson
567567 , hls-plugin-api
0 commit comments