Skip to content

Commit 51db994

Browse files
committed
Correct fourmolu condition
1 parent c5e1f4b commit 51db994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-language-server.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ common floskell
288288
cpp-options: -Dfloskell
289289

290290
common fourmolu
291-
if flag(fourmolu) && flag(ignore-plugins-ghc-bounds)
291+
if flag(fourmolu)
292292
build-depends: hls-fourmolu-plugin ^>=1.0.0.0
293293
cpp-options: -Dfourmolu
294294

0 commit comments

Comments
 (0)