From c8e4a327d2a00c8c4659af9d135a138a0a076622 Mon Sep 17 00:00:00 2001
From: Ian Lynagh <igloo@earth.li>
Date: Mon, 25 Aug 2008 12:10:30 +0000
Subject: [PATCH] hpc also builds with base 4

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

diff --git a/hpc.cabal b/hpc.cabal
index cc440d8..f681dd6 100644
--- a/hpc.cabal
+++ b/hpc.cabal
@@ -20,7 +20,7 @@ Library
         Trace.Hpc.Reflect
     extensions: CPP
     if flag(small_base)
-        Build-Depends: base       >= 3   && < 4,
+        Build-Depends: base       >= 3   && < 5,
                        directory  >= 1   && < 1.1,
                        old-time   >= 1   && < 1.1,
                        containers >= 0.1 && < 0.2
-- 
GitLab