Skip to content

Commit 4d7655a

Browse files
committed
hls-hlint-plugin: Update ghcide dependency
``` src/Ide/Plugin/Hlint.hs:79:1: error: Could not find module ‘Development.IDE.GHC.Compat.Core’ Perhaps you meant Development.IDE.GHC.Compat (from ghcide-1.4.2.2) Use -v (or `:set -v` in ghci) to see a list of the files searched for. | 79 | import Development.IDE.GHC.Compat.Core hiding | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... ```
1 parent 068fea9 commit 4d7655a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hls-hlint-plugin/hls-hlint-plugin.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ library
5555
, extra
5656
, filepath
5757
, ghc-exactprint >=0.6.3.4
58-
, ghcide ^>=1.4 || ^>=1.5
58+
, ghcide ^>=1.5.0
5959
, hashable
6060
, hlint
6161
, hls-plugin-api >=1.1 && <1.3

0 commit comments

Comments
 (0)