[commit: hpc] master: Relax containers dependency (7b05632)
Ian Lynagh
igloo at earth.li
Wed Feb 22 21:59:42 CET 2012
Repository : ssh://darcs.haskell.org//srv/darcs/packages/hpc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/7b05632a8e2be9b3cc9815ae0994da1470181854
>---------------------------------------------------------------
commit 7b05632a8e2be9b3cc9815ae0994da1470181854
Author: Ian Lynagh <igloo at earth.li>
Date: Wed Feb 22 14:37:38 2012 +0000
Relax containers dependency
>---------------------------------------------------------------
hpc.cabal | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/hpc.cabal b/hpc.cabal
index 10ffb13..06d6069 100644
--- a/hpc.cabal
+++ b/hpc.cabal
@@ -28,7 +28,7 @@ Library
Build-Depends: base >= 3 && < 5,
directory >= 1 && < 1.2,
time < 1.5,
- containers >= 0.1 && < 0.5
+ containers >= 0.1 && < 0.6
else
Build-Depends: base < 3
ghc-options: -Wall
More information about the Cvs-libraries
mailing list