Skip to content

Commit 99ea691

Browse files
committed
ghcide: Update dependency on hls-plugin-api
2204a16 broke backward compatibility between `ghcide` and `hls-plugin-api` In addition, the following will need to be revised on hackage: Versions `1.4.1.0` `1.4.2.0` `1.4.2.1` `1.4.2.2` `1.4.2.3` will need `hls-plugin-api ^>= 1.2.0.0` changed to `hls-plugin-api >= 1.2.0.0 && < 1.2.0.2` Version `1.5.0` will need `hls-plugin-api ^>= 1.2.0.0` changed to `hls-plugin-api ^>= 1.2.0.2`
1 parent b7e3a64 commit 99ea691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/ghcide.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ library
6060
haddock-library >= 1.8 && < 1.11,
6161
hashable,
6262
hie-compat ^>= 0.2.0.0,
63-
hls-plugin-api ^>= 1.2.0.0,
63+
hls-plugin-api ^>= 1.2.0.2,
6464
lens,
6565
hiedb == 0.4.1.*,
6666
lsp-types >= 1.3.0.1 && < 1.4,

0 commit comments

Comments
 (0)