Skip to content

Commit 6cf5774

Browse files
authored
Correct Fourmolu plugin's lower bound on Ghcide (#3443)
Due to the use of `usePropertyAction`.
1 parent 0505186 commit 6cf5774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 || ^>= 1.9
37+
, ghcide ^>=1.8.0.2 || ^>= 1.9
3838
, hls-plugin-api ^>=1.5 || ^>= 1.6
3939
, lens
4040
, lsp

0 commit comments

Comments
 (0)