Skip to content

Commit eeb343d

Browse files
committed
Correct fourmolu condition in tests
1 parent 51db994 commit eeb343d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-language-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ test-suite func-test
475475
-- formatters
476476
if flag(floskell) && (impl(ghc < 9.2.1) || flag(ignore-plugins-ghc-bounds))
477477
cpp-options: -Dfloskell
478-
if flag(fourmolu) && flag(ignore-plugins-ghc-bounds)
478+
if flag(fourmolu)
479479
cpp-options: -Dfourmolu
480480
if flag(ormolu)
481481
cpp-options: -Dormolu

0 commit comments

Comments
 (0)