Skip to content

Commit 1b027bf

Browse files
committed
Revert "alternateNumberFormat and explicitFixity don't build on GHC 9.4"
This reverts commit 4903092.
1 parent ab1d5cb commit 1b027bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

haskell-language-server.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ common splice
276276
cpp-options: -Dhls_splice
277277

278278
common alternateNumberFormat
279-
if flag(alternateNumberFormat) && (impl(ghc < 9.4.1) || flag(ignore-plugins-ghc-bounds))
279+
if flag(alternateNumberFormat)
280280
build-depends: hls-alternate-number-format-plugin ^>= 1.2
281281
cpp-options: -Dhls_alternateNumberFormat
282282

@@ -301,7 +301,7 @@ common gadt
301301
cpp-options: -Dhls_gadt
302302

303303
common explicitFixity
304-
if flag(explicitFixity) && (impl(ghc < 9.4.1) || flag(ignore-plugins-ghc-bounds))
304+
if flag(explicitFixity)
305305
build-depends: hls-explicit-fixity-plugin ^>= 1.0
306306
cpp-options: -DexplicitFixity
307307

0 commit comments

Comments
 (0)