Skip to content

Commit 54de5a7

Browse files
authored
Fix min bound for ghc-exactprint dependency (#2710)
1 parent ec5f235 commit 54de5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hls-class-plugin/hls-class-plugin.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ library
2828
, base >=4.12 && <5
2929
, containers
3030
, ghc
31-
, ghc-exactprint
31+
, ghc-exactprint >= 0.6.4
3232
, ghcide ^>=1.6
3333
, hls-plugin-api ^>=1.3
3434
, lens

0 commit comments

Comments
 (0)