diff --git a/plugins/hls-ormolu-plugin/hls-ormolu-plugin.cabal b/plugins/hls-ormolu-plugin/hls-ormolu-plugin.cabal index 93c27a7040..496493203c 100644 --- a/plugins/hls-ormolu-plugin/hls-ormolu-plugin.cabal +++ b/plugins/hls-ormolu-plugin/hls-ormolu-plugin.cabal @@ -23,12 +23,13 @@ library , base >=4.12 && <5 , filepath , ghc + , ghc-api-compat , ghc-boot-th , ghcide >=1.2 && <1.5 , hls-plugin-api >=1.1 && <1.3 , lens , lsp - , ormolu ^>=0.1.2 + , ormolu ^>=0.1.2 || ^>= 0.2 , text default-language: Haskell2010