From c3f17aadecfb860c6a826951abe5356809cef3c9 Mon Sep 17 00:00:00 2001 From: George Thomas Date: Sat, 7 Jan 2023 13:27:09 +0000 Subject: [PATCH] Correct Fourmolu plugin's lower bound on Ghcide Due to the use of `usePropertyAction`. --- plugins/hls-fourmolu-plugin/hls-fourmolu-plugin.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/hls-fourmolu-plugin/hls-fourmolu-plugin.cabal b/plugins/hls-fourmolu-plugin/hls-fourmolu-plugin.cabal index 904a700a68..4b4f511672 100644 --- a/plugins/hls-fourmolu-plugin/hls-fourmolu-plugin.cabal +++ b/plugins/hls-fourmolu-plugin/hls-fourmolu-plugin.cabal @@ -34,7 +34,7 @@ library , fourmolu ^>=0.3 || ^>=0.4 || ^>= 0.6 || ^>= 0.7 || ^>= 0.8 || ^>= 0.9 || ^>= 0.10 , ghc , ghc-boot-th - , ghcide ^>=1.8 || ^>= 1.9 + , ghcide ^>=1.8.0.2 || ^>= 1.9 , hls-plugin-api ^>=1.5 || ^>= 1.6 , lens , lsp