diff --git a/plugins/hls-ormolu-plugin/hls-ormolu-plugin.cabal b/plugins/hls-ormolu-plugin/hls-ormolu-plugin.cabal index c1f03546c1..740eafdfa0 100644 --- a/plugins/hls-ormolu-plugin/hls-ormolu-plugin.cabal +++ b/plugins/hls-ormolu-plugin/hls-ormolu-plugin.cabal @@ -28,7 +28,7 @@ library , hls-plugin-api >=1.1 && <1.3 , lens , lsp - , ormolu ^>=0.1.2 || ^>= 0.2 + , ormolu ^>=0.1.2 || ^>= 0.2 || ^>= 0.3 , text default-language: Haskell2010 diff --git a/plugins/hls-stylish-haskell-plugin/hls-stylish-haskell-plugin.cabal b/plugins/hls-stylish-haskell-plugin/hls-stylish-haskell-plugin.cabal index 42ced2748b..c9c87210b6 100644 --- a/plugins/hls-stylish-haskell-plugin/hls-stylish-haskell-plugin.cabal +++ b/plugins/hls-stylish-haskell-plugin/hls-stylish-haskell-plugin.cabal @@ -27,7 +27,7 @@ library , ghcide >=1.2 && <1.5 , hls-plugin-api >=1.1 && <1.3 , lsp-types - , stylish-haskell ^>=0.12 + , stylish-haskell ^>=0.12 || ^>=0.13 , text default-language: Haskell2010