We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399d1a2 commit 8179207Copy full SHA for 8179207
haskell-language-server.cabal
@@ -267,7 +267,7 @@ common tactic
267
cpp-options: -Dhls_tactic
268
269
common hlint
270
- if flag(hlint) && impl(ghc < 9.5)
+ if flag(hlint)
271
build-depends: hls-hlint-plugin ^>= 1.1
272
cpp-options: -Dhls_hlint
273
@@ -334,7 +334,7 @@ common floskell
334
cpp-options: -Dhls_floskell
335
336
common fourmolu
337
- if flag(fourmolu) && impl(ghc < 9.5)
+ if flag(fourmolu)
338
build-depends: hls-fourmolu-plugin ^>= 1.1
339
cpp-options: -Dhls_fourmolu
340
0 commit comments