Skip to content

Commit f29123c

Browse files
pepeiborrawz1000
authored andcommitted
Fix ghc min bounds for hie-compat (#3456)
ghc 8.8 is no longer supported
1 parent ac49c4d commit f29123c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hie-compat/hie-compat.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ library
3333
if flag(ghc-lib) && impl(ghc < 9)
3434
build-depends: ghc-lib < 9.0
3535
else
36-
build-depends: ghc, ghc-boot
36+
build-depends: ghc >= 8.10, ghc-boot
3737
if (impl(ghc >= 9.0) && impl(ghc < 9.1))
3838
ghc-options: -Wall -Wno-name-shadowing
3939
else

0 commit comments

Comments
 (0)