From 2ddcb82fa532b0c1db5222f2e13c8232de27db52 Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@smart-cactus.org> Date: Tue, 15 Nov 2016 12:54:18 -0500 Subject: [PATCH] Bump upper bound on base --- hpc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hpc.cabal b/hpc.cabal index 7e77973..6ae6aa9 100644 --- a/hpc.cabal +++ b/hpc.cabal @@ -35,7 +35,7 @@ Library Trace.Hpc.Reflect Build-Depends: - base >= 4.4.1 && < 4.10, + base >= 4.4.1 && < 4.11, containers >= 0.4.1 && < 0.6, directory >= 1.1 && < 1.3, filepath >= 1 && < 1.5, -- GitLab