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 ab1d5cb commit 1b027bfCopy full SHA for 1b027bf
haskell-language-server.cabal
@@ -276,7 +276,7 @@ common splice
276
cpp-options: -Dhls_splice
277
278
common alternateNumberFormat
279
- if flag(alternateNumberFormat) && (impl(ghc < 9.4.1) || flag(ignore-plugins-ghc-bounds))
+ if flag(alternateNumberFormat)
280
build-depends: hls-alternate-number-format-plugin ^>= 1.2
281
cpp-options: -Dhls_alternateNumberFormat
282
@@ -301,7 +301,7 @@ common gadt
301
cpp-options: -Dhls_gadt
302
303
common explicitFixity
304
- if flag(explicitFixity) && (impl(ghc < 9.4.1) || flag(ignore-plugins-ghc-bounds))
+ if flag(explicitFixity)
305
build-depends: hls-explicit-fixity-plugin ^>= 1.0
306
cpp-options: -DexplicitFixity
307
0 commit comments