We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96dbac1 commit d3508f3Copy full SHA for d3508f3
plugins/hls-ormolu-plugin/hls-ormolu-plugin.cabal
@@ -32,7 +32,9 @@ library
32
, hls-plugin-api ^>=1.3 || ^>=1.4 || ^>= 1.5 || ^>= 1.6
33
, lens
34
, lsp
35
- , ormolu ^>=0.1.2 || ^>= 0.2 || ^>= 0.3 || ^>= 0.5
+ -- 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)
38
, text
39
40
default-language: Haskell2010
0 commit comments