11cabal-version : 3.0
22category : Development
33name : haskell-language-server
4- version : 1.7 .0.0
4+ version : 1.8 .0.0
55synopsis : LSP server for GHC
66description :
77 Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
@@ -71,12 +71,12 @@ library
7171 , cryptohash-sha1
7272 , data-default
7373 , ghc
74- , ghcide ^>= 1.7
74+ , ghcide ^>= 1.8
7575 , githash >= 0.1.6.1
7676 , lsp
7777 , hie-bios
7878 , hiedb
79- , hls-plugin-api ^>= 1.4
79+ , hls-plugin-api ^>= 1.5
8080 , optparse-applicative
8181 , optparse-simple
8282 , process
@@ -240,22 +240,22 @@ flag dynamic
240240
241241common class
242242 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
244244 cpp-options : -Dhls_class
245245
246246common callHierarchy
247247 if flag(callHierarchy)
248- build-depends : hls-call-hierarchy-plugin ^>= 1.0
248+ build-depends : hls-call-hierarchy-plugin ^>= 1.1
249249 cpp-options : -Dhls_callHierarchy
250250
251251common haddockComments
252252 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
254254 cpp-options : -Dhls_haddockComments
255255
256256common eval
257257 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
259259 cpp-options : -Dhls_eval
260260
261261common importLens
@@ -280,12 +280,12 @@ common retrie
280280
281281common tactic
282282 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
284284 cpp-options : -Dhls_tactic
285285
286286common hlint
287287 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
289289 cpp-options : -Dhls_hlint
290290
291291common stan
@@ -295,7 +295,7 @@ common stan
295295
296296common moduleName
297297 if flag(moduleName)
298- build-depends : hls-module-name-plugin ^>= 1.0
298+ build-depends : hls-module-name-plugin ^>= 1.1
299299 cpp-options : -Dhls_moduleName
300300
301301common pragmas
@@ -310,7 +310,7 @@ common splice
310310
311311common alternateNumberFormat
312312 if flag(alternateNumberFormat)
313- build-depends : hls-alternate-number-format-plugin ^>= 1.1
313+ build-depends : hls-alternate-number-format-plugin ^>= 1.2
314314 cpp-options : -Dhls_alternateNumberFormat
315315
316316common qualifyImportedNames
@@ -347,7 +347,7 @@ common floskell
347347
348348common fourmolu
349349 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
351351 cpp-options : -Dhls_fourmolu
352352
353353common ormolu
@@ -534,7 +534,7 @@ test-suite func-test
534534 , lens
535535 , lens-aeson
536536 , ghcide
537- , hls-test-utils ^>= 1.3
537+ , hls-test-utils ^>= 1.4
538538 , lsp-types
539539 , aeson
540540 , hls-plugin-api
0 commit comments