Skip to content

Commit 2b6f603

Browse files
authored
Fix ghc min bounds for hie-compat (#3456)
ghc 8.8 is no longer supported
1 parent ec19079 commit 2b6f603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hie-compat/hie-compat.cabal

+1-1
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)