We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4ff21c commit 0a9d60cCopy full SHA for 0a9d60c
plugins/hls-fourmolu-plugin/hls-fourmolu-plugin.cabal
@@ -45,6 +45,9 @@ library
45
, process-extras >= 0.7.1
46
, text
47
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
51
default-language: Haskell2010
52
53
test-suite tests
0 commit comments