[commit: directory] master: Update dependencies (92fb0dc)
Ian Lynagh
igloo at earth.li
Fri Nov 30 20:18:13 CET 2012
Repository : ssh://darcs.haskell.org//srv/darcs/packages/directory
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/92fb0dc239b9220dc21fc62ca79789084e73fff6
>---------------------------------------------------------------
commit 92fb0dc239b9220dc21fc62ca79789084e73fff6
Author: Ian Lynagh <ian at well-typed.com>
Date: Fri Nov 30 17:56:11 2012 +0000
Update dependencies
>---------------------------------------------------------------
directory.cabal | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/directory.cabal b/directory.cabal
index 794dba4..bb4815d 100644
--- a/directory.cabal
+++ b/directory.cabal
@@ -33,7 +33,7 @@ Library {
extensions: CPP, ForeignFunctionInterface
if impl(ghc >= 7.1)
extensions: NondecreasingIndentation
- build-depends: base >= 4.2 && < 4.7,
+ build-depends: base >= 4.2 && < 4.8,
time < 1.5,
filepath >= 1.1 && < 1.4
if !impl(nhc98) {
More information about the Cvs-libraries
mailing list