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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/d2ff25f8a38466753f403278dbae5bd7f4829142

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

commit d2ff25f8a38466753f403278dbae5bd7f4829142
Author: Ian Lynagh <i...@well-typed.com>
Date:   Fri Nov 30 17:55:56 2012 +0000

    Update dependencies

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

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

diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index d2ef375..a9dd62b 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -50,7 +50,7 @@ Library
 
     Build-Depends: base       >= 4   && < 5,
                    directory  >= 1   && < 1.3,
-                   process    >= 1   && < 1.2,
+                   process    >= 1   && < 1.3,
                    bytestring >= 0.9 && < 0.11,
                    time                 < 1.5,
                    containers >= 0.1 && < 0.6,
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in
index 40dc858..36fc9d4 100644
--- a/ghc/ghc-bin.cabal.in
+++ b/ghc/ghc-bin.cabal.in
@@ -29,7 +29,7 @@ Executable ghc
                    array      >= 0.1 && < 0.5,
                    bytestring >= 0.9 && < 0.11,
                    directory  >= 1   && < 1.3,
-                   process    >= 1   && < 1.2,
+                   process    >= 1   && < 1.3,
                    filepath   >= 1   && < 1.4,
                    ghc
     if os(windows)
diff --git a/utils/ghc-pkg/ghc-pkg.cabal b/utils/ghc-pkg/ghc-pkg.cabal
index d437882..e7f1d53 100644
--- a/utils/ghc-pkg/ghc-pkg.cabal
+++ b/utils/ghc-pkg/ghc-pkg.cabal
@@ -20,7 +20,7 @@ Executable ghc-pkg
 
     Build-Depends: base       >= 4   && < 5,
                    directory  >= 1   && < 1.3,
-                   process    >= 1   && < 1.2,
+                   process    >= 1   && < 1.3,
                    filepath,
                    Cabal,
                    binary,
diff --git a/utils/runghc/runghc.cabal.in b/utils/runghc/runghc.cabal.in
index 333ed20..f9cbacc 100644
--- a/utils/runghc/runghc.cabal.in
+++ b/utils/runghc/runghc.cabal.in
@@ -21,7 +21,7 @@ Executable runghc
     if flag(base3)
         Build-Depends: base       >= 3   && < 5,
                        directory  >= 1   && < 1.3,
-                       process    >= 1   && < 1.2
+                       process    >= 1   && < 1.3
     else
         Build-Depends: base < 3
     Build-Depends: filepath



_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to