From 7d400662546a262b64af49b5707db22e20b8b9d9 Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Fri, 29 Apr 2022 15:08:40 -0400
Subject: [PATCH] Bump base upper bound

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

diff --git a/hpc.cabal b/hpc.cabal
index c526a36..c172f7c 100644
--- a/hpc.cabal
+++ b/hpc.cabal
@@ -35,7 +35,7 @@ Library
         Trace.Hpc.Reflect
 
     Build-Depends:
-        base       >= 4.4.1 && < 4.17,
+        base       >= 4.4.1 && < 4.18,
         containers >= 0.4.1 && < 0.7,
         deepseq    >= 1.1   && < 1.5,
         directory  >= 1.1   && < 1.4,
-- 
GitLab