Skip to content

Commit 92e3f14

Browse files
committed
hls-ormolu-plugin: Update ghcide dependency
``` src/Ide/Plugin/Ormolu.hs:14:69: error: Module ‘Development.IDE.GHC.Compat’ does not export ‘hsc_dflags’ | 14 | import Development.IDE.GHC.Compat (moduleNameString, hsc_dflags) | ^^^^^^^^^^ src/Ide/Plugin/Ormolu.hs:16: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. | 16 | import qualified Development.IDE.GHC.Compat.Util as S | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ```
1 parent 4d7655a commit 92e3f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hls-ormolu-plugin/hls-ormolu-plugin.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ library
2424
, filepath
2525
, ghc
2626
, ghc-boot-th
27-
, ghcide >=1.2 && <1.6
27+
, ghcide ^>=1.5.0
2828
, hls-plugin-api >=1.1 && <1.3
2929
, lens
3030
, lsp

0 commit comments

Comments
 (0)