From ebccb6f7fe8e92a9bfa0c8ab7fe1c600b0dec6f8 Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Tue, 17 Jan 2023 11:39:46 +0100 Subject: [PATCH] Fix ghc min bounds for hie-compat ghc 8.8 is no longer supported --- hie-compat/hie-compat.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hie-compat/hie-compat.cabal b/hie-compat/hie-compat.cabal index 5672e8d5b3..6e3d829d95 100644 --- a/hie-compat/hie-compat.cabal +++ b/hie-compat/hie-compat.cabal @@ -33,7 +33,7 @@ library if flag(ghc-lib) && impl(ghc < 9) build-depends: ghc-lib < 9.0 else - build-depends: ghc, ghc-boot + build-depends: ghc >= 8.10, ghc-boot if (impl(ghc >= 9.0) && impl(ghc < 9.1)) ghc-options: -Wall -Wno-name-shadowing else