From 6f7d4e824b04b1bc90e8ac1fe6520bfa86528aef Mon Sep 17 00:00:00 2001
From: Paolo Capriotti <p.capriotti@gmail.com>
Date: Tue, 14 Aug 2012 12:59:21 +0100
Subject: [PATCH] Update dependency on directory.

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

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