|
1 | 1 | cabal-version: 3.0 |
2 | 2 | category: Development |
3 | 3 | name: haskell-language-server |
4 | | -version: 2.0.0.0 |
| 4 | +version: 2.0.0.1 |
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> |
@@ -218,149 +218,149 @@ flag cabalfmt |
218 | 218 |
|
219 | 219 | common cabalfmt |
220 | 220 | if flag(cabalfmt) |
221 | | - build-depends: hls-cabal-fmt-plugin == 2.0.0.0 |
| 221 | + build-depends: hls-cabal-fmt-plugin == 2.0.0.1 |
222 | 222 | cpp-options: -Dhls_cabalfmt |
223 | 223 |
|
224 | 224 | common cabal |
225 | 225 | if flag(cabal) |
226 | | - build-depends: hls-cabal-plugin == 2.0.0.0 |
| 226 | + build-depends: hls-cabal-plugin == 2.0.0.1 |
227 | 227 | cpp-options: -Dhls_cabal |
228 | 228 |
|
229 | 229 | common class |
230 | 230 | if flag(class) |
231 | | - build-depends: hls-class-plugin == 2.0.0.0 |
| 231 | + build-depends: hls-class-plugin == 2.0.0.1 |
232 | 232 | cpp-options: -Dhls_class |
233 | 233 |
|
234 | 234 | common callHierarchy |
235 | 235 | if flag(callHierarchy) |
236 | | - build-depends: hls-call-hierarchy-plugin == 2.0.0.0 |
| 236 | + build-depends: hls-call-hierarchy-plugin == 2.0.0.1 |
237 | 237 | cpp-options: -Dhls_callHierarchy |
238 | 238 |
|
239 | 239 | common haddockComments |
240 | 240 | if flag(haddockComments) && (impl(ghc < 9.2.1) || flag(ignore-plugins-ghc-bounds)) |
241 | | - build-depends: hls-haddock-comments-plugin == 2.0.0.0 |
| 241 | + build-depends: hls-haddock-comments-plugin == 2.0.0.1 |
242 | 242 | cpp-options: -Dhls_haddockComments |
243 | 243 |
|
244 | 244 | common eval |
245 | 245 | if flag(eval) |
246 | | - build-depends: hls-eval-plugin == 2.0.0.0 |
| 246 | + build-depends: hls-eval-plugin == 2.0.0.1 |
247 | 247 | cpp-options: -Dhls_eval |
248 | 248 |
|
249 | 249 | common importLens |
250 | 250 | if flag(importLens) |
251 | | - build-depends: hls-explicit-imports-plugin == 2.0.0.0 |
| 251 | + build-depends: hls-explicit-imports-plugin == 2.0.0.1 |
252 | 252 | cpp-options: -Dhls_importLens |
253 | 253 |
|
254 | 254 | common refineImports |
255 | 255 | if flag(refineImports) |
256 | | - build-depends: hls-refine-imports-plugin == 2.0.0.0 |
| 256 | + build-depends: hls-refine-imports-plugin == 2.0.0.1 |
257 | 257 | cpp-options: -Dhls_refineImports |
258 | 258 |
|
259 | 259 | common rename |
260 | 260 | if flag(rename) |
261 | | - build-depends: hls-rename-plugin == 2.0.0.0 |
| 261 | + build-depends: hls-rename-plugin == 2.0.0.1 |
262 | 262 | cpp-options: -Dhls_rename |
263 | 263 |
|
264 | 264 | common retrie |
265 | 265 | if flag(retrie) |
266 | | - build-depends: hls-retrie-plugin == 2.0.0.0 |
| 266 | + build-depends: hls-retrie-plugin == 2.0.0.1 |
267 | 267 | cpp-options: -Dhls_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 == 2.0.0.0 |
| 271 | + build-depends: hls-tactics-plugin == 2.0.0.1 |
272 | 272 | cpp-options: -Dhls_tactic |
273 | 273 |
|
274 | 274 | common hlint |
275 | 275 | if flag(hlint) && impl(ghc < 9.5) |
276 | | - build-depends: hls-hlint-plugin == 2.0.0.0 |
| 276 | + build-depends: hls-hlint-plugin == 2.0.0.1 |
277 | 277 | cpp-options: -Dhls_hlint |
278 | 278 |
|
279 | 279 | common stan |
280 | 280 | if flag(stan) && (impl(ghc >= 8.10) && impl(ghc < 9.0)) |
281 | | - build-depends: hls-stan-plugin == 2.0.0.0 |
| 281 | + build-depends: hls-stan-plugin == 2.0.0.1 |
282 | 282 | cpp-options: -Dhls_stan |
283 | 283 |
|
284 | 284 | common moduleName |
285 | 285 | if flag(moduleName) |
286 | | - build-depends: hls-module-name-plugin == 2.0.0.0 |
| 286 | + build-depends: hls-module-name-plugin == 2.0.0.1 |
287 | 287 | cpp-options: -Dhls_moduleName |
288 | 288 |
|
289 | 289 | common pragmas |
290 | 290 | if flag(pragmas) |
291 | | - build-depends: hls-pragmas-plugin == 2.0.0.0 |
| 291 | + build-depends: hls-pragmas-plugin == 2.0.0.1 |
292 | 292 | cpp-options: -Dhls_pragmas |
293 | 293 |
|
294 | 294 | common splice |
295 | 295 | if flag(splice) |
296 | | - build-depends: hls-splice-plugin == 2.0.0.0 |
| 296 | + build-depends: hls-splice-plugin == 2.0.0.1 |
297 | 297 | cpp-options: -Dhls_splice |
298 | 298 |
|
299 | 299 | common alternateNumberFormat |
300 | 300 | if flag(alternateNumberFormat) |
301 | | - build-depends: hls-alternate-number-format-plugin == 2.0.0.0 |
| 301 | + build-depends: hls-alternate-number-format-plugin == 2.0.0.1 |
302 | 302 | cpp-options: -Dhls_alternateNumberFormat |
303 | 303 |
|
304 | 304 | common qualifyImportedNames |
305 | 305 | if flag(qualifyImportedNames) |
306 | | - build-depends: hls-qualify-imported-names-plugin == 2.0.0.0 |
| 306 | + build-depends: hls-qualify-imported-names-plugin == 2.0.0.1 |
307 | 307 | cpp-options: -Dhls_qualifyImportedNames |
308 | 308 |
|
309 | 309 | common codeRange |
310 | 310 | if flag(codeRange) |
311 | | - build-depends: hls-code-range-plugin == 2.0.0.0 |
| 311 | + build-depends: hls-code-range-plugin == 2.0.0.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 == 2.0.0.0 |
| 316 | + build-depends: hls-change-type-signature-plugin == 2.0.0.1 |
317 | 317 | cpp-options: -Dhls_changeTypeSignature |
318 | 318 |
|
319 | 319 | common gadt |
320 | 320 | if flag(gadt) |
321 | | - build-depends: hls-gadt-plugin == 2.0.0.0 |
| 321 | + build-depends: hls-gadt-plugin == 2.0.0.1 |
322 | 322 | cpp-options: -Dhls_gadt |
323 | 323 |
|
324 | 324 | common explicitFixity |
325 | 325 | if flag(explicitFixity) |
326 | | - build-depends: hls-explicit-fixity-plugin == 2.0.0.0 |
| 326 | + build-depends: hls-explicit-fixity-plugin == 2.0.0.1 |
327 | 327 | cpp-options: -DexplicitFixity |
328 | 328 |
|
329 | 329 | common explicitFields |
330 | 330 | if flag(explicitFields) |
331 | | - build-depends: hls-explicit-record-fields-plugin == 2.0.0.0 |
| 331 | + build-depends: hls-explicit-record-fields-plugin == 2.0.0.1 |
332 | 332 | cpp-options: -DexplicitFields |
333 | 333 |
|
334 | 334 | common overloadedRecordDot |
335 | 335 | if flag(overloadedRecordDot) && (impl(ghc >= 9.2.0) || flag(ignore-plugins-ghc-bounds)) |
336 | | - build-depends: hls-overloaded-record-dot-plugin == 2.0.0.0 |
| 336 | + build-depends: hls-overloaded-record-dot-plugin == 2.0.0.1 |
337 | 337 | cpp-options: -Dhls_overloaded_record_dot |
338 | 338 |
|
339 | 339 | -- formatters |
340 | 340 |
|
341 | 341 | common floskell |
342 | 342 | if flag(floskell) && impl(ghc < 9.5) |
343 | | - build-depends: hls-floskell-plugin == 2.0.0.0 |
| 343 | + build-depends: hls-floskell-plugin == 2.0.0.1 |
344 | 344 | cpp-options: -Dhls_floskell |
345 | 345 |
|
346 | 346 | common fourmolu |
347 | 347 | if flag(fourmolu) |
348 | | - build-depends: hls-fourmolu-plugin == 2.0.0.0 |
| 348 | + build-depends: hls-fourmolu-plugin == 2.0.0.1 |
349 | 349 | cpp-options: -Dhls_fourmolu |
350 | 350 |
|
351 | 351 | common ormolu |
352 | 352 | if flag(ormolu) && impl(ghc < 9.5) |
353 | | - build-depends: hls-ormolu-plugin == 2.0.0.0 |
| 353 | + build-depends: hls-ormolu-plugin == 2.0.0.1 |
354 | 354 | cpp-options: -Dhls_ormolu |
355 | 355 |
|
356 | 356 | common stylishHaskell |
357 | 357 | if flag(stylishHaskell) && impl(ghc < 9.5) |
358 | | - build-depends: hls-stylish-haskell-plugin == 2.0.0.0 |
| 358 | + build-depends: hls-stylish-haskell-plugin == 2.0.0.1 |
359 | 359 | cpp-options: -Dhls_stylishHaskell |
360 | 360 |
|
361 | 361 | common refactor |
362 | 362 | if flag(refactor) |
363 | | - build-depends: hls-refactor-plugin == 2.0.0.0 |
| 363 | + build-depends: hls-refactor-plugin == 2.0.0.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 == 2.0.0.0 |
| 419 | + , ghcide == 2.0.0.1 |
420 | 420 | , githash >=0.1.6.1 |
421 | 421 | , lsp |
422 | 422 | , hie-bios |
423 | 423 | , hiedb |
424 | | - , hls-plugin-api == 2.0.0.0 |
| 424 | + , hls-plugin-api == 2.0.0.1 |
425 | 425 | , optparse-applicative |
426 | 426 | , optparse-simple |
427 | 427 | , process |
@@ -560,7 +560,7 @@ test-suite func-test |
560 | 560 | , lens-aeson |
561 | 561 | , ghcide |
562 | 562 | , ghcide-test-utils |
563 | | - , hls-test-utils == 2.0.0.0 |
| 563 | + , hls-test-utils == 2.0.0.1 |
564 | 564 | , lsp-types |
565 | 565 | , aeson |
566 | 566 | , hls-plugin-api |
|
0 commit comments