Skip to content

Commit 068fea9

Browse files
committed
hls-fourmolu-plugin: Update ghcide dependency
``` 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 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ```
1 parent 8d32f2e commit 068fea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hls-fourmolu-plugin/hls-fourmolu-plugin.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ library
2626
, fourmolu ^>=0.3 || ^>=0.4
2727
, ghc
2828
, ghc-boot-th
29-
, ghcide >=1.2 && <1.6
29+
, ghcide ^>=1.5.0
3030
, hls-plugin-api >=1.1 && <1.3
3131
, lens
3232
, lsp

0 commit comments

Comments
 (0)