From 13c1c84415da727ab56e9fa33aca5046b6683848 Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Sun, 24 May 2020 19:58:19 -0400
Subject: [PATCH] Bump base upper bound

---
 deepseq.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deepseq.cabal b/deepseq.cabal
index 95c9afe..22cf5c8 100644
--- a/deepseq.cabal
+++ b/deepseq.cabal
@@ -63,7 +63,7 @@ library
   if impl(ghc>=7.8)
     other-extensions: EmptyCase
 
-  build-depends: base       >= 4.5 && < 4.15,
+  build-depends: base       >= 4.5 && < 4.16,
                  array      >= 0.4 && < 0.6
   ghc-options: -Wall
 
-- 
GitLab