We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec19079 commit 2b6f603Copy full SHA for 2b6f603
hie-compat/hie-compat.cabal
@@ -33,7 +33,7 @@ library
33
if flag(ghc-lib) && impl(ghc < 9)
34
build-depends: ghc-lib < 9.0
35
else
36
- build-depends: ghc, ghc-boot
+ build-depends: ghc >= 8.10, ghc-boot
37
if (impl(ghc >= 9.0) && impl(ghc < 9.1))
38
ghc-options: -Wall -Wno-name-shadowing
39
0 commit comments