Skip to content

Commit 3f4e950

Browse files
committed
Bump up ghc-lib min version
1 parent f8dc9e0 commit 3f4e950

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ library
5353
, unordered-containers
5454

5555
if ((!flag(ghc-lib) && impl(ghc >=8.10.1)) && impl(ghc <8.11.0))
56-
build-depends: ghc ^>=8.10
56+
build-depends: ghc ^>= 8.10
5757

5858
else
5959
build-depends:
6060
, ghc
61-
, ghc-lib ^>=8.10
62-
, ghc-lib-parser-ex ^>=8.10
61+
, ghc-lib ^>= 8.10.2.20200916
62+
, ghc-lib-parser-ex ^>= 8.10
6363

6464
cpp-options: -DGHC_LIB
6565
mixins:

0 commit comments

Comments
 (0)