|
1 | 1 | cabal-version: 3.0
|
2 | 2 | category: Development
|
3 | 3 | name: haskell-language-server
|
4 |
| -version: 2.4.0.0 |
| 4 | +version: 2.5.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>
|
@@ -203,134 +203,134 @@ flag cabalfmt
|
203 | 203 |
|
204 | 204 | common cabalfmt
|
205 | 205 | if flag(cabalfmt)
|
206 |
| - build-depends: hls-cabal-fmt-plugin == 2.4.0.0 |
| 206 | + build-depends: hls-cabal-fmt-plugin == 2.5.0.0 |
207 | 207 | cpp-options: -Dhls_cabalfmt
|
208 | 208 |
|
209 | 209 | common cabal
|
210 | 210 | if flag(cabal)
|
211 |
| - build-depends: hls-cabal-plugin == 2.4.0.0 |
| 211 | + build-depends: hls-cabal-plugin == 2.5.0.0 |
212 | 212 | cpp-options: -Dhls_cabal
|
213 | 213 |
|
214 | 214 | common class
|
215 | 215 | if flag(class) && (impl(ghc < 9.8.0) || flag(ignore-plugins-ghc-bounds))
|
216 |
| - build-depends: hls-class-plugin == 2.4.0.0 |
| 216 | + build-depends: hls-class-plugin == 2.5.0.0 |
217 | 217 | cpp-options: -Dhls_class
|
218 | 218 |
|
219 | 219 | common callHierarchy
|
220 | 220 | if flag(callHierarchy)
|
221 |
| - build-depends: hls-call-hierarchy-plugin == 2.4.0.0 |
| 221 | + build-depends: hls-call-hierarchy-plugin == 2.5.0.0 |
222 | 222 | cpp-options: -Dhls_callHierarchy
|
223 | 223 |
|
224 | 224 | common eval
|
225 | 225 | if flag(eval)
|
226 |
| - build-depends: hls-eval-plugin == 2.4.0.0 |
| 226 | + build-depends: hls-eval-plugin == 2.5.0.0 |
227 | 227 | cpp-options: -Dhls_eval
|
228 | 228 |
|
229 | 229 | common importLens
|
230 | 230 | if flag(importLens)
|
231 |
| - build-depends: hls-explicit-imports-plugin == 2.4.0.0 |
| 231 | + build-depends: hls-explicit-imports-plugin == 2.5.0.0 |
232 | 232 | cpp-options: -Dhls_importLens
|
233 | 233 |
|
234 | 234 | common rename
|
235 | 235 | if flag(rename) && (impl(ghc < 9.8.0) || flag(ignore-plugins-ghc-bounds))
|
236 |
| - build-depends: hls-rename-plugin == 2.4.0.0 |
| 236 | + build-depends: hls-rename-plugin == 2.5.0.0 |
237 | 237 | cpp-options: -Dhls_rename
|
238 | 238 |
|
239 | 239 | common retrie
|
240 | 240 | if flag(retrie) && (impl(ghc < 9.8.0) || flag(ignore-plugins-ghc-bounds))
|
241 |
| - build-depends: hls-retrie-plugin == 2.4.0.0 |
| 241 | + build-depends: hls-retrie-plugin == 2.5.0.0 |
242 | 242 | cpp-options: -Dhls_retrie
|
243 | 243 |
|
244 | 244 | common hlint
|
245 | 245 | if flag(hlint) && (impl(ghc < 9.8.0) || flag(ignore-plugins-ghc-bounds))
|
246 |
| - build-depends: hls-hlint-plugin == 2.4.0.0 |
| 246 | + build-depends: hls-hlint-plugin == 2.5.0.0 |
247 | 247 | cpp-options: -Dhls_hlint
|
248 | 248 |
|
249 | 249 | common stan
|
250 | 250 | if flag(stan) && (impl(ghc > 8.8.1) && impl(ghc <= 9.2.3) || impl(ghc >= 9.4.0) && impl(ghc < 9.10.0))
|
251 |
| - build-depends: hls-stan-plugin == 2.4.0.0 |
| 251 | + build-depends: hls-stan-plugin == 2.5.0.0 |
252 | 252 | cpp-options: -Dhls_stan
|
253 | 253 |
|
254 | 254 | common moduleName
|
255 | 255 | if flag(moduleName)
|
256 |
| - build-depends: hls-module-name-plugin == 2.4.0.0 |
| 256 | + build-depends: hls-module-name-plugin == 2.5.0.0 |
257 | 257 | cpp-options: -Dhls_moduleName
|
258 | 258 |
|
259 | 259 | common pragmas
|
260 | 260 | if flag(pragmas)
|
261 |
| - build-depends: hls-pragmas-plugin == 2.4.0.0 |
| 261 | + build-depends: hls-pragmas-plugin == 2.5.0.0 |
262 | 262 | cpp-options: -Dhls_pragmas
|
263 | 263 |
|
264 | 264 | common splice
|
265 | 265 | if flag(splice) && (impl(ghc < 9.8.0) || flag(ignore-plugins-ghc-bounds))
|
266 |
| - build-depends: hls-splice-plugin == 2.4.0.0 |
| 266 | + build-depends: hls-splice-plugin == 2.5.0.0 |
267 | 267 | cpp-options: -Dhls_splice
|
268 | 268 |
|
269 | 269 | common alternateNumberFormat
|
270 | 270 | if flag(alternateNumberFormat)
|
271 |
| - build-depends: hls-alternate-number-format-plugin == 2.4.0.0 |
| 271 | + build-depends: hls-alternate-number-format-plugin == 2.5.0.0 |
272 | 272 | cpp-options: -Dhls_alternateNumberFormat
|
273 | 273 |
|
274 | 274 | common qualifyImportedNames
|
275 | 275 | if flag(qualifyImportedNames)
|
276 |
| - build-depends: hls-qualify-imported-names-plugin == 2.4.0.0 |
| 276 | + build-depends: hls-qualify-imported-names-plugin == 2.5.0.0 |
277 | 277 | cpp-options: -Dhls_qualifyImportedNames
|
278 | 278 |
|
279 | 279 | common codeRange
|
280 | 280 | if flag(codeRange)
|
281 |
| - build-depends: hls-code-range-plugin == 2.4.0.0 |
| 281 | + build-depends: hls-code-range-plugin == 2.5.0.0 |
282 | 282 | cpp-options: -Dhls_codeRange
|
283 | 283 |
|
284 | 284 | common changeTypeSignature
|
285 | 285 | if flag(changeTypeSignature)
|
286 |
| - build-depends: hls-change-type-signature-plugin == 2.4.0.0 |
| 286 | + build-depends: hls-change-type-signature-plugin == 2.5.0.0 |
287 | 287 | cpp-options: -Dhls_changeTypeSignature
|
288 | 288 |
|
289 | 289 | common gadt
|
290 | 290 | if flag(gadt) && (impl(ghc < 9.8.0) || flag(ignore-plugins-ghc-bounds))
|
291 |
| - build-depends: hls-gadt-plugin == 2.4.0.0 |
| 291 | + build-depends: hls-gadt-plugin == 2.5.0.0 |
292 | 292 | cpp-options: -Dhls_gadt
|
293 | 293 |
|
294 | 294 | common explicitFixity
|
295 | 295 | if flag(explicitFixity)
|
296 |
| - build-depends: hls-explicit-fixity-plugin == 2.4.0.0 |
| 296 | + build-depends: hls-explicit-fixity-plugin == 2.5.0.0 |
297 | 297 | cpp-options: -DexplicitFixity
|
298 | 298 |
|
299 | 299 | common explicitFields
|
300 | 300 | if flag(explicitFields)
|
301 |
| - build-depends: hls-explicit-record-fields-plugin == 2.4.0.0 |
| 301 | + build-depends: hls-explicit-record-fields-plugin == 2.5.0.0 |
302 | 302 | cpp-options: -DexplicitFields
|
303 | 303 |
|
304 | 304 | common overloadedRecordDot
|
305 | 305 | if flag(overloadedRecordDot) && (impl(ghc >= 9.2.0) || flag(ignore-plugins-ghc-bounds))
|
306 |
| - build-depends: hls-overloaded-record-dot-plugin == 2.4.0.0 |
| 306 | + build-depends: hls-overloaded-record-dot-plugin == 2.5.0.0 |
307 | 307 | cpp-options: -Dhls_overloaded_record_dot
|
308 | 308 |
|
309 | 309 | -- formatters
|
310 | 310 |
|
311 | 311 | common floskell
|
312 | 312 | if flag(floskell) && impl(ghc < 9.5)
|
313 |
| - build-depends: hls-floskell-plugin == 2.4.0.0 |
| 313 | + build-depends: hls-floskell-plugin == 2.5.0.0 |
314 | 314 | cpp-options: -Dhls_floskell
|
315 | 315 |
|
316 | 316 | common fourmolu
|
317 | 317 | if flag(fourmolu) && (impl(ghc < 9.8.0) || flag(ignore-plugins-ghc-bounds))
|
318 |
| - build-depends: hls-fourmolu-plugin == 2.4.0.0 |
| 318 | + build-depends: hls-fourmolu-plugin == 2.5.0.0 |
319 | 319 | cpp-options: -Dhls_fourmolu
|
320 | 320 |
|
321 | 321 | common ormolu
|
322 | 322 | if flag(ormolu) && impl(ghc < 9.7)
|
323 |
| - build-depends: hls-ormolu-plugin == 2.4.0.0 |
| 323 | + build-depends: hls-ormolu-plugin == 2.5.0.0 |
324 | 324 | cpp-options: -Dhls_ormolu
|
325 | 325 |
|
326 | 326 | common stylishHaskell
|
327 | 327 | if flag(stylishHaskell) && (impl(ghc < 9.8.0) || flag(ignore-plugins-ghc-bounds))
|
328 |
| - build-depends: hls-stylish-haskell-plugin == 2.4.0.0 |
| 328 | + build-depends: hls-stylish-haskell-plugin == 2.5.0.0 |
329 | 329 | cpp-options: -Dhls_stylishHaskell
|
330 | 330 |
|
331 | 331 | common refactor
|
332 | 332 | if flag(refactor) && (impl(ghc < 9.8.0) || flag(ignore-plugins-ghc-bounds))
|
333 |
| - build-depends: hls-refactor-plugin == 2.4.0.0 |
| 333 | + build-depends: hls-refactor-plugin == 2.5.0.0 |
334 | 334 | cpp-options: -Dhls_refactor
|
335 | 335 |
|
336 | 336 | library
|
@@ -383,12 +383,12 @@ library
|
383 | 383 | , cryptohash-sha1
|
384 | 384 | , data-default
|
385 | 385 | , ghc
|
386 |
| - , ghcide == 2.4.0.0 |
| 386 | + , ghcide == 2.5.0.0 |
387 | 387 | , githash >=0.1.6.1
|
388 | 388 | , lsp >= 2.3.0.0
|
389 | 389 | , hie-bios
|
390 | 390 | , hiedb
|
391 |
| - , hls-plugin-api == 2.4.0.0 |
| 391 | + , hls-plugin-api == 2.5.0.0 |
392 | 392 | , optparse-applicative
|
393 | 393 | , optparse-simple
|
394 | 394 | , process
|
@@ -527,7 +527,7 @@ test-suite func-test
|
527 | 527 | , lens-aeson
|
528 | 528 | , ghcide
|
529 | 529 | , ghcide-test-utils
|
530 |
| - , hls-test-utils == 2.4.0.0 |
| 530 | + , hls-test-utils == 2.5.0.0 |
531 | 531 | , lsp-types
|
532 | 532 | , aeson
|
533 | 533 | , hls-plugin-api
|
|
0 commit comments