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