Skip to content

Commit 7bd6e08

Browse files
authored
Modify ghcide requirements of hls-change-type-signature-plugin (#2889)
1 parent 6d319ba commit 7bd6e08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/hls-change-type-signature-plugin/hls-change-type-signature-plugin.cabal

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ library
2222
exposed-modules: Ide.Plugin.ChangeTypeSignature
2323
hs-source-dirs: src
2424
build-depends:
25-
, base >=4.12 && < 5
26-
, ghcide ^>=1.6 || ^>=1.7
25+
, base >=4.12 && < 5
26+
, ghcide ^>=1.7
2727
, hls-plugin-api ^>=1.3 || ^>=1.4
28-
, lsp-types
28+
, lsp-types
2929
, regex-tdfa
3030
, syb
3131
, text

0 commit comments

Comments
 (0)