Skip to content

Commit c857f47

Browse files
committed
Limit ormolu version to < 0.5.3
1 parent d3bb384 commit c857f47

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plugins/hls-ormolu-plugin/hls-ormolu-plugin.cabal

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ library
3232
, hls-plugin-api ^>=1.3 || ^>=1.4 || ^>= 1.5 || ^>= 1.6
3333
, lens
3434
, lsp
35-
, ormolu ^>=0.1.2 || ^>= 0.2 || ^>= 0.3 || ^>= 0.5
35+
-- we are incompatible with 0.5.3.
36+
-- See upstream ticket: https://github.com/tweag/ormolu/issues/981
37+
, ormolu ^>=0.1.2 || ^>= 0.2 || ^>= 0.3 || (>= 0.5 && < 0.5.3)
3638
, text
3739

3840
default-language: Haskell2010

0 commit comments

Comments
 (0)