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 <[email protected]> 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 _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
