Repository : ssh://darcs.haskell.org//srv/darcs/packages/hpc On branch : ghc-7.6
http://hackage.haskell.org/trac/ghc/changeset/c1b783dbbb0ab917208655c53a0af5c7538c2a0b >--------------------------------------------------------------- commit c1b783dbbb0ab917208655c53a0af5c7538c2a0b Author: Paolo Capriotti <[email protected]> Date: Tue Aug 14 13:25:32 2012 +0100 Update version bounds for directory >--------------------------------------------------------------- hpc.cabal | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hpc.cabal b/hpc.cabal index f16ae4b..032dce6 100644 --- a/hpc.cabal +++ b/hpc.cabal @@ -26,7 +26,7 @@ Library extensions: CPP if flag(small_base) Build-Depends: base >= 3 && < 5, - directory >= 1 && < 1.2, + directory >= 1 && < 1.3, time < 1.5, containers >= 0.1 && < 0.6 else _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
