Skip to content

Commit

Permalink
Workaround fourmolu 0.9.0.0 build failure in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
pepeiborra committed Dec 13, 2022
1 parent 7605d58 commit 15922ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/hls-fourmolu-plugin/hls-fourmolu-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ library
, process-extras >= 0.7.1
, text

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

test-suite tests
Expand Down

0 comments on commit 15922ce

Please sign in to comment.