From 1a171af897bb0f7e2b628c3a92723744f47c31e7 Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Tue, 21 Feb 2023 20:51:24 +0100 Subject: [PATCH] Fix lower bounds --- plugins/hls-fourmolu-plugin/hls-fourmolu-plugin.cabal | 2 +- plugins/hls-rename-plugin/hls-rename-plugin.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/hls-fourmolu-plugin/hls-fourmolu-plugin.cabal b/plugins/hls-fourmolu-plugin/hls-fourmolu-plugin.cabal index 4b4f511672..6b68f13405 100644 --- a/plugins/hls-fourmolu-plugin/hls-fourmolu-plugin.cabal +++ b/plugins/hls-fourmolu-plugin/hls-fourmolu-plugin.cabal @@ -34,7 +34,7 @@ library , fourmolu ^>=0.3 || ^>=0.4 || ^>= 0.6 || ^>= 0.7 || ^>= 0.8 || ^>= 0.9 || ^>= 0.10 , ghc , ghc-boot-th - , ghcide ^>=1.8.0.2 || ^>= 1.9 + , ghcide ^>= 1.9 , hls-plugin-api ^>=1.5 || ^>= 1.6 , lens , lsp diff --git a/plugins/hls-rename-plugin/hls-rename-plugin.cabal b/plugins/hls-rename-plugin/hls-rename-plugin.cabal index eca7705e84..11610ad274 100644 --- a/plugins/hls-rename-plugin/hls-rename-plugin.cabal +++ b/plugins/hls-rename-plugin/hls-rename-plugin.cabal @@ -29,7 +29,7 @@ library , extra , ghc , ghc-exactprint - , ghcide ^>=1.8 || ^>= 1.9 + , ghcide ^>= 1.9 , hashable , hiedb , hie-compat