From 438e7a781e7e74af0b9501382b419737f2762d4b Mon Sep 17 00:00:00 2001
From: Paolo Capriotti <p.capriotti@gmail.com>
Date: Tue, 10 Jul 2012 17:58:41 +0100
Subject: [PATCH] Update dependencies.

---
 hpc-bin.cabal | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hpc-bin.cabal b/hpc-bin.cabal
index cd66853..c9afba5 100644
--- a/hpc-bin.cabal
+++ b/hpc-bin.cabal
@@ -31,9 +31,9 @@ Executable hpc
         Build-Depends: base       < 3
 
     if flag(base3) || flag(base4)
-        Build-Depends: directory  >= 1   && < 1.1,
-                       containers >= 0.1 && < 0.3,
-                       array      >= 0.1 && < 0.3
+        Build-Depends: directory  >= 1   && < 1.2,
+                       containers >= 0.1 && < 0.6,
+                       array      >= 0.1 && < 0.5
     Build-Depends: haskell98, hpc
     Extensions: CPP
 
-- 
GitLab