From 4206323affaa6cc625a6f400c3da7cdd9c309461 Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Mon, 11 Nov 2019 17:35:27 -0500
Subject: [PATCH] Bump base upper bound to 4.15
---
 hpc.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hpc.cabal b/hpc.cabal
index 4194630..8f276a2 100644
--- a/hpc.cabal
+++ b/hpc.cabal
@@ -35,7 +35,7 @@ Library
         Trace.Hpc.Reflect
 
     Build-Depends:
-        base       >= 4.4.1 && < 4.14,
+        base       >= 4.4.1 && < 4.15,
         containers >= 0.4.1 && < 0.7,
         directory  >= 1.1   && < 1.4,
         filepath   >= 1     && < 1.5,
-- 
GitLab