Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : ghc-7.6

http://hackage.haskell.org/trac/ghc/changeset/221df3f959f93d692f9f7b638bad9ebfbd3ef41c

>---------------------------------------------------------------

commit 221df3f959f93d692f9f7b638bad9ebfbd3ef41c
Author: Paolo Capriotti <[email protected]>
Date:   Tue Aug 14 13:50:40 2012 +0100

    More dependency updates.

>---------------------------------------------------------------

 compiler/ghc.cabal.in        |    2 +-
 ghc/ghc-bin.cabal.in         |    2 +-
 utils/runghc/runghc.cabal.in |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 9e772d2..318676a 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -49,7 +49,7 @@ Library
     Exposed: False
 
     Build-Depends: base       >= 4   && < 5,
-                   directory  >= 1   && < 1.2,
+                   directory  >= 1   && < 1.3,
                    process    >= 1   && < 1.2,
                    bytestring >= 0.9 && < 0.11,
                    time                 < 1.5,
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in
index a7e7bba..40dc858 100644
--- a/ghc/ghc-bin.cabal.in
+++ b/ghc/ghc-bin.cabal.in
@@ -28,7 +28,7 @@ Executable ghc
     Build-Depends: base       >= 3   && < 5,
                    array      >= 0.1 && < 0.5,
                    bytestring >= 0.9 && < 0.11,
-                   directory  >= 1   && < 1.2,
+                   directory  >= 1   && < 1.3,
                    process    >= 1   && < 1.2,
                    filepath   >= 1   && < 1.4,
                    ghc
diff --git a/utils/runghc/runghc.cabal.in b/utils/runghc/runghc.cabal.in
index 3bab879..333ed20 100644
--- a/utils/runghc/runghc.cabal.in
+++ b/utils/runghc/runghc.cabal.in
@@ -20,7 +20,7 @@ Executable runghc
 
     if flag(base3)
         Build-Depends: base       >= 3   && < 5,
-                       directory  >= 1   && < 1.2,
+                       directory  >= 1   && < 1.3,
                        process    >= 1   && < 1.2
     else
         Build-Depends: base < 3



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to