Skip to content

Commit edc1011

Browse files
committed
Use bounds operator consistently
1 parent 422e815 commit edc1011

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/hls-hlint-plugin/hls-hlint-plugin.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ library
7878
else
7979
build-depends:
8080
, ghc
81-
, ghc-lib ==9.0.*
82-
, ghc-lib-parser-ex ==9.0.*
81+
, ghc-lib ^>=9.0
82+
, ghc-lib-parser-ex ^>=9.0
8383

8484
cpp-options: -DHLINT_ON_GHC_LIB
8585

0 commit comments

Comments
 (0)