From 91f520cb9725d812fa93b57bca1d8dbd72c88dd5 Mon Sep 17 00:00:00 2001 From: Ryan Scott <ryan.gl.scott@gmail.com> Date: Tue, 10 Apr 2018 08:29:05 -0400 Subject: [PATCH] Bump upper bound on base to < 4.13 See https://ghc.haskell.org/trac/ghc/ticket/15018. --- hpc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hpc.cabal b/hpc.cabal index 017a609..baebc38 100644 --- a/hpc.cabal +++ b/hpc.cabal @@ -35,7 +35,7 @@ Library Trace.Hpc.Reflect Build-Depends: - base >= 4.4.1 && < 4.12, + base >= 4.4.1 && < 4.13, containers >= 0.4.1 && < 0.6, directory >= 1.1 && < 1.4, filepath >= 1 && < 1.5, -- GitLab