From 772de3f7b43e31178f042ba77c071594845363e3 Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@smart-cactus.org> Date: Sun, 24 May 2020 19:59:13 -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 63bdf3e..78650fa 100644 --- a/hpc.cabal +++ b/hpc.cabal @@ -35,7 +35,7 @@ Library Trace.Hpc.Reflect Build-Depends: - base >= 4.4.1 && < 4.15, + base >= 4.4.1 && < 4.16, containers >= 0.4.1 && < 0.7, deepseq >= 1.1 && < 1.5, directory >= 1.1 && < 1.4, -- GitLab