Skip to content

Commit 0a9d60c

Browse files
committed
Workaround fourmolu 0.9.0.0 build failure in windows
1 parent a4ff21c commit 0a9d60c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugins/hls-fourmolu-plugin/hls-fourmolu-plugin.cabal

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ library
4545
, process-extras >= 0.7.1
4646
, text
4747

48+
-- fourmolu 0.9.0 fails to build on Windows CI for reasons unknown
49+
if impl(ghc >= 9.2) && os(windows) && impl(ghc < 9.4)
50+
build-depends: fourmolu > 0.9.0.0 || < 0.9.0.0
4851
default-language: Haskell2010
4952

5053
test-suite tests

0 commit comments

Comments
 (0)