1
1
cabal-version : 3.0
2
2
category : Development
3
3
name : haskell-language-server
4
- version : 1.7 .0.0
4
+ version : 1.8 .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>
@@ -71,12 +71,12 @@ library
71
71
, cryptohash-sha1
72
72
, data-default
73
73
, ghc
74
- , ghcide ^>= 1.7
74
+ , ghcide ^>= 1.8
75
75
, githash >= 0.1.6.1
76
76
, lsp
77
77
, hie-bios
78
78
, hiedb
79
- , hls-plugin-api ^>= 1.4
79
+ , hls-plugin-api ^>= 1.5
80
80
, optparse-applicative
81
81
, optparse-simple
82
82
, process
@@ -240,22 +240,22 @@ flag dynamic
240
240
241
241
common class
242
242
if flag(class) && (impl(ghc < 9.4.1 ) || flag(ignore-plugins-ghc-bounds))
243
- build-depends : hls-class-plugin ^>= 1.0
243
+ build-depends : hls-class-plugin ^>= 1.1
244
244
cpp-options : -Dhls_class
245
245
246
246
common callHierarchy
247
247
if flag(callHierarchy)
248
- build-depends : hls-call-hierarchy-plugin ^>= 1.0
248
+ build-depends : hls-call-hierarchy-plugin ^>= 1.1
249
249
cpp-options : -Dhls_callHierarchy
250
250
251
251
common haddockComments
252
252
if flag(haddockComments) && (impl(ghc < 9.2.1 ) || flag(ignore-plugins-ghc-bounds))
253
- build-depends : hls-haddock-comments-plugin ^>= 1.0
253
+ build-depends : hls-haddock-comments-plugin ^>= 1.1
254
254
cpp-options : -Dhls_haddockComments
255
255
256
256
common eval
257
257
if flag(eval) && (impl(ghc < 9.4.1 ) || flag(ignore-plugins-ghc-bounds))
258
- build-depends : hls-eval-plugin ^>= 1.2
258
+ build-depends : hls-eval-plugin ^>= 1.3
259
259
cpp-options : -Dhls_eval
260
260
261
261
common importLens
@@ -280,12 +280,12 @@ common retrie
280
280
281
281
common tactic
282
282
if flag(tactic) && (impl(ghc < 9.2.1 ) || flag(ignore-plugins-ghc-bounds))
283
- build-depends : hls-tactics-plugin >= 1.2.0.0 && < 1.7
283
+ build-depends : hls-tactics-plugin ^ >= 1.7
284
284
cpp-options : -Dhls_tactic
285
285
286
286
common hlint
287
287
if flag(hlint) && (impl(ghc < 9.4.1 ) || flag(ignore-plugins-ghc-bounds))
288
- build-depends : hls-hlint-plugin ^>= 1.0
288
+ build-depends : hls-hlint-plugin ^>= 1.1
289
289
cpp-options : -Dhls_hlint
290
290
291
291
common stan
@@ -295,7 +295,7 @@ common stan
295
295
296
296
common moduleName
297
297
if flag(moduleName)
298
- build-depends : hls-module-name-plugin ^>= 1.0
298
+ build-depends : hls-module-name-plugin ^>= 1.1
299
299
cpp-options : -Dhls_moduleName
300
300
301
301
common pragmas
@@ -310,7 +310,7 @@ common splice
310
310
311
311
common alternateNumberFormat
312
312
if flag(alternateNumberFormat)
313
- build-depends : hls-alternate-number-format-plugin ^>= 1.1
313
+ build-depends : hls-alternate-number-format-plugin ^>= 1.2
314
314
cpp-options : -Dhls_alternateNumberFormat
315
315
316
316
common qualifyImportedNames
@@ -347,7 +347,7 @@ common floskell
347
347
348
348
common fourmolu
349
349
if flag(fourmolu) && (impl(ghc < 9.4.1 ) || flag(ignore-plugins-ghc-bounds))
350
- build-depends : hls-fourmolu-plugin ^>= 1.0
350
+ build-depends : hls-fourmolu-plugin ^>= 1.1
351
351
cpp-options : -Dhls_fourmolu
352
352
353
353
common ormolu
@@ -534,7 +534,7 @@ test-suite func-test
534
534
, lens
535
535
, lens-aeson
536
536
, ghcide
537
- , hls-test-utils ^>= 1.3
537
+ , hls-test-utils ^>= 1.4
538
538
, lsp-types
539
539
, aeson
540
540
, hls-plugin-api
0 commit comments