Skip to content

Commit 50799fe

Browse files
Fix lower bounds (#3501)
Co-authored-by: Michael Peyton Jones <[email protected]>
1 parent 65f0d05 commit 50799fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/hls-fourmolu-plugin/hls-fourmolu-plugin.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ library
3434
, fourmolu ^>=0.3 || ^>=0.4 || ^>= 0.6 || ^>= 0.7 || ^>= 0.8 || ^>= 0.9 || ^>= 0.10
3535
, ghc
3636
, ghc-boot-th
37-
, ghcide ^>=1.8.0.2 || ^>= 1.9
37+
, ghcide ^>= 1.9
3838
, hls-plugin-api ^>=1.5 || ^>= 1.6
3939
, lens
4040
, lsp

plugins/hls-rename-plugin/hls-rename-plugin.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ library
2929
, extra
3030
, ghc
3131
, ghc-exactprint
32-
, ghcide ^>=1.8 || ^>= 1.9
32+
, ghcide ^>= 1.9
3333
, hashable
3434
, hiedb
3535
, hie-compat

0 commit comments

Comments
 (0)