Skip to content

Commit d383472

Browse files
authored
hls-class-plugin: Update ghcide dependency
`hls-class-plugin-1.0.1.1` imports `Development.IDE.GHC.Compat.Util`, which doesn't exist until version `1.5.0` ``` Building library for hls-class-plugin-1.0.1.1.. [1 of 1] Compiling Ide.Plugin.Class ( src/Ide/Plugin/Class.hs, dist/build/Ide/Plugin/Class.o, dist/build/Ide/Plugin/Class.dyn_o ) src/Ide/Plugin/Class.hs:27: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. | 27 | import Development.IDE.GHC.Compat.Util | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ```
1 parent 1892c8f commit d383472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hls-class-plugin/hls-class-plugin.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ library
2929
, containers
3030
, ghc
3131
, ghc-exactprint
32-
, ghcide >=1.2 && <1.6
32+
, ghcide >=1.5.0 && <1.6
3333
, hls-plugin-api >=1.1 && <1.3
3434
, lens
3535
, lsp

0 commit comments

Comments
 (0)