Skip to content

Commit 4a4646d

Browse files
committed
hie-compat does not build with ghc-lib-9.x
1 parent 9baf475 commit 4a4646d

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
@@ -25,7 +25,7 @@ library
2525
build-depends:
2626
base < 4.17, array, bytestring, containers, directory, filepath, transformers
2727
if flag(ghc-lib)
28-
build-depends: ghc-lib
28+
build-depends: ghc-lib < 9.0
2929
else
3030
build-depends: ghc, ghc-boot
3131
if (impl(ghc >= 9.0) && impl(ghc < 9.1))

0 commit comments

Comments
 (0)