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 a85aaa1 commit 4903092Copy full SHA for 4903092
haskell-language-server.cabal
@@ -271,7 +271,7 @@ common splice
271
cpp-options: -Dhls_splice
272
273
common alternateNumberFormat
274
- if flag(alternateNumberFormat)
+ if flag(alternateNumberFormat) && (impl(ghc < 9.4.1) || flag(ignore-plugins-ghc-bounds))
275
build-depends: hls-alternate-number-format-plugin ^>= 1.2
276
cpp-options: -Dhls_alternateNumberFormat
277
@@ -296,7 +296,7 @@ common gadt
296
cpp-options: -Dhls_gadt
297
298
common explicitFixity
299
- if flag(explicitFixity)
+ if flag(explicitFixity) && (impl(ghc < 9.4.1) || flag(ignore-plugins-ghc-bounds))
300
build-depends: hls-explicit-fixity-plugin ^>= 1.0
301
cpp-options: -DexplicitFixity
302
0 commit comments