From 6178d75772c7d923918dfffa0b1f503dfb36d0a6 Mon Sep 17 00:00:00 2001
From: Sylvain Henry <sylvain@haskus.fr>
Date: Thu, 4 Feb 2021 22:00:24 +0100
Subject: [PATCH] Add base upper bound

---
 ghc-api-compat.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ghc-api-compat.cabal b/ghc-api-compat.cabal
index a49c3f9..15880c2 100644
--- a/ghc-api-compat.cabal
+++ b/ghc-api-compat.cabal
@@ -19,7 +19,7 @@ source-repository head
   location: https://github.com/hsyl20/ghc-api-compat.git
 library
    build-depends:
-      ghc >= 8.6, base
+      ghc >= 8.6, base < 5.0
    default-language:    Haskell2010
 
    if impl(ghc >= 9.0)
-- 
GitLab