From fdbd6779c747c257ce5277d15178f0c27b8a4a38 Mon Sep 17 00:00:00 2001 From: hololeap Date: Fri, 19 Nov 2021 10:01:59 -0700 Subject: [PATCH] hls-fourmolu-plugin: Update ghcide dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Similar to #2368 It will also need a revision on hackage ``` src/Ide/Plugin/Fourmolu.hs:18:1: error: Could not find module ‘Development.IDE.GHC.Compat.Util’ Perhaps you meant Development.IDE.GHC.Compat (from ghcide-1.4.2.2) Development.IDE.GHC.Util (from ghcide-1.4.2.2) Use -v (or `:set -v` in ghci) to see a list of the files searched for. | 18 | import qualified Development.IDE.GHC.Compat.Util as S | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ``` --- 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 240935ec66..843aee58e4 100644 --- a/plugins/hls-fourmolu-plugin/hls-fourmolu-plugin.cabal +++ b/plugins/hls-fourmolu-plugin/hls-fourmolu-plugin.cabal @@ -26,7 +26,7 @@ library , fourmolu ^>=0.3 || ^>=0.4 , ghc , ghc-boot-th - , ghcide >=1.2 && <1.6 + , ghcide ^>=1.5.0 , hls-plugin-api >=1.1 && <1.3 , lens , lsp