Skip to content

Commit c03786d

Browse files
committed
Enable Fourmolu plugin on GHC 9.6
1 parent 9bb6bec commit c03786d

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
@@ -334,7 +334,7 @@ common floskell
334334
cpp-options: -Dhls_floskell
335335

336336
common fourmolu
337-
if flag(fourmolu) && impl(ghc < 9.5)
337+
if flag(fourmolu)
338338
build-depends: hls-fourmolu-plugin ^>= 1.1
339339
cpp-options: -Dhls_fourmolu
340340

0 commit comments

Comments
 (0)