From 4ae2427a855a5157212b9e7b3ee449210895d1e5 Mon Sep 17 00:00:00 2001 From: jneira Date: Sun, 8 Nov 2020 21:14:17 +0100 Subject: [PATCH] Prepare hls-plugin-api-0.5 --- hls-plugin-api/hls-plugin-api.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hls-plugin-api/hls-plugin-api.cabal b/hls-plugin-api/hls-plugin-api.cabal index 423422dfe3..1cffd0ae0b 100644 --- a/hls-plugin-api/hls-plugin-api.cabal +++ b/hls-plugin-api/hls-plugin-api.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: hls-plugin-api -version: 0.4.1.0 +version: 0.5.0.0 synopsis: Haskell Language Server API for plugin communication description: Please see the README on GitHub at @@ -42,7 +42,7 @@ library , Diff , ghc , ghc-boot-th - , ghcide >=0.4 + , ghcide >=0.5 , haskell-lsp ^>=0.22 , hashable , hslogger