[commit: ghc] master: Update dependencies (ec37da2)
Ian Lynagh
igloo at earth.li
Thu Feb 23 01:11:39 CET 2012
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/ec37da26bf18ac58f2e7444dffffc0fadee5111e
>---------------------------------------------------------------
commit ec37da26bf18ac58f2e7444dffffc0fadee5111e
Author: Ian Lynagh <igloo at earth.li>
Date: Wed Feb 22 22:30:20 2012 +0000
Update dependencies
>---------------------------------------------------------------
compiler/ghc.cabal.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index bcf7d10..cdacbf4 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -69,7 +69,7 @@ Library
process >= 1 && < 1.2,
bytestring >= 0.9 && < 0.11,
time < 1.5,
- containers >= 0.1 && < 0.5,
+ containers >= 0.1 && < 0.6,
array >= 0.1 && < 0.5
Build-Depends: filepath >= 1 && < 1.4
More information about the Cvs-ghc
mailing list