From 85e04edd6e29de549301cf10d2c725cbf29b2098 Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Mon, 18 Jun 2018 12:21:16 -0400
Subject: [PATCH] Bump containers upper bound

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

diff --git a/hpc.cabal b/hpc.cabal
index baebc38..ba676a7 100644
--- a/hpc.cabal
+++ b/hpc.cabal
@@ -36,7 +36,7 @@ Library
 
     Build-Depends:
         base       >= 4.4.1 && < 4.13,
-        containers >= 0.4.1 && < 0.6,
+        containers >= 0.4.1 && < 0.7,
         directory  >= 1.1   && < 1.4,
         filepath   >= 1     && < 1.5,
         time       >= 1.2   && < 1.9
-- 
GitLab