[commit: Cabal] master: Relax containers dependency (3a386a7)
Ian Lynagh
igloo at earth.li
Wed Feb 22 21:58:57 CET 2012
Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/3a386a7b027cd222e925e58ca37d136a435e2b4c
>---------------------------------------------------------------
commit 3a386a7b027cd222e925e58ca37d136a435e2b4c
Author: Ian Lynagh <igloo at earth.li>
Date: Wed Feb 22 19:09:18 2012 +0000
Relax containers dependency
>---------------------------------------------------------------
Cabal/Cabal.cabal | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Cabal/Cabal.cabal b/Cabal/Cabal.cabal
index 800b651..78d6f23 100644
--- a/Cabal/Cabal.cabal
+++ b/Cabal/Cabal.cabal
@@ -46,7 +46,7 @@ Library
Build-Depends: directory >= 1 && < 1.2,
process >= 1 && < 1.2,
old-time >= 1 && < 1.2,
- containers >= 0.1 && < 0.5,
+ containers >= 0.1 && < 0.6,
array >= 0.1 && < 0.5,
pretty >= 1 && < 1.2
More information about the Cvs-libraries
mailing list