From 904b4de1df5c70b000d41ea13f91116c9bcd4496 Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Mon, 11 Nov 2019 17:26:01 -0500
Subject: [PATCH] Bump base upper bound to 4.15

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

diff --git a/deepseq.cabal b/deepseq.cabal
index 53be38e..fe0c066 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.14,
+  build-depends: base       >= 4.5 && < 4.15,
                  array      >= 0.4 && < 0.6
   ghc-options: -Wall
 
-- 
GitLab