1
1
cabal-version : 3.0
2
2
category : Development
3
3
name : haskell-language-server
4
- version : 1.8 .0.0
4
+ version : 1.9 .0.0
5
5
synopsis : LSP server for GHC
6
6
description :
7
7
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
@@ -243,12 +243,12 @@ common haddockComments
243
243
244
244
common eval
245
245
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
247
247
cpp-options : -Dhls_eval
248
248
249
249
common importLens
250
250
if flag(importLens)
251
- build-depends : hls-explicit-imports-plugin ^>= 1.1
251
+ build-depends : hls-explicit-imports-plugin ^>= 1.2
252
252
cpp-options : -Dhls_importLens
253
253
254
254
common refineImports
@@ -268,7 +268,7 @@ common retrie
268
268
269
269
common tactic
270
270
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
272
272
cpp-options : -Dhls_tactic
273
273
274
274
common hlint
@@ -298,7 +298,7 @@ common splice
298
298
299
299
common alternateNumberFormat
300
300
if flag(alternateNumberFormat)
301
- build-depends : hls-alternate-number-format-plugin ^>= 1.2
301
+ build-depends : hls-alternate-number-format-plugin ^>= 1.3
302
302
cpp-options : -Dhls_alternateNumberFormat
303
303
304
304
common qualifyImportedNames
@@ -308,12 +308,12 @@ common qualifyImportedNames
308
308
309
309
common codeRange
310
310
if flag(codeRange)
311
- build-depends : hls-code-range-plugin ^>= 1.0
311
+ build-depends : hls-code-range-plugin ^>= 1.1
312
312
cpp-options : -Dhls_codeRange
313
313
314
314
common changeTypeSignature
315
315
if flag(changeTypeSignature)
316
- build-depends : hls-change-type-signature-plugin ^>= 1.0
316
+ build-depends : hls-change-type-signature-plugin ^>= 1.1
317
317
cpp-options : -Dhls_changeTypeSignature
318
318
319
319
common gadt
@@ -323,7 +323,7 @@ common gadt
323
323
324
324
common explicitFixity
325
325
if flag(explicitFixity)
326
- build-depends : hls-explicit-fixity-plugin ^>= 1.0
326
+ build-depends : hls-explicit-fixity-plugin ^>= 1.1
327
327
cpp-options : -DexplicitFixity
328
328
329
329
common explicitFields
@@ -355,12 +355,12 @@ common stylishHaskell
355
355
356
356
common brittany
357
357
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
359
359
cpp-options : -Dhls_brittany
360
360
361
361
common refactor
362
362
if flag(refactor)
363
- build-depends : hls-refactor-plugin ^>= 1.0
363
+ build-depends : hls-refactor-plugin ^>= 1.1
364
364
cpp-options : -Dhls_refactor
365
365
366
366
library
@@ -416,12 +416,12 @@ library
416
416
, cryptohash-sha1
417
417
, data-default
418
418
, ghc
419
- , ghcide ^>= 1.8
419
+ , ghcide ^>= 1.9
420
420
, githash >= 0.1.6.1
421
421
, lsp
422
422
, hie-bios
423
423
, hiedb
424
- , hls-plugin-api ^>= 1.5
424
+ , hls-plugin-api ^>= 1.6
425
425
, optparse-applicative
426
426
, optparse-simple
427
427
, process
@@ -561,7 +561,7 @@ test-suite func-test
561
561
, lens-aeson
562
562
, ghcide
563
563
, ghcide-test-utils
564
- , hls-test-utils ^>= 1.4
564
+ , hls-test-utils ^>= 1.5
565
565
, lsp-types
566
566
, aeson
567
567
, hls-plugin-api
0 commit comments