Skip to content

Commit ce70689

Browse files
committed
hie-compat does not need ghc-lib on GHC 9.x
1 parent ac4be77 commit ce70689

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
@@ -24,7 +24,7 @@ library
2424
default-language: Haskell2010
2525
build-depends:
2626
base < 4.17, array, bytestring, containers, directory, filepath, transformers
27-
if flag(ghc-lib)
27+
if flag(ghc-lib) && impl(ghc < 9)
2828
build-depends: ghc-lib < 9.0
2929
else
3030
build-depends: ghc, ghc-boot

0 commit comments

Comments
 (0)