Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/c9b0b57d269d5df6fd1b067d6fe9d9594bebc6f1 >--------------------------------------------------------------- commit c9b0b57d269d5df6fd1b067d6fe9d9594bebc6f1 Author: Ian Lynagh <[email protected]> Date: Wed Jul 6 20:25:28 2011 +0100 Relax some 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 2711c1b..8ac0eea 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -63,7 +63,7 @@ Library if flag(base3) || flag(base4) Build-Depends: directory >= 1 && < 1.2, - process >= 1 && < 1.1, + process >= 1 && < 1.2, bytestring >= 0.9 && < 0.10, old-time >= 1 && < 1.1, containers >= 0.1 && < 0.5, diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in index 61b7b34..ba17150 100644 --- a/ghc/ghc-bin.cabal.in +++ b/ghc/ghc-bin.cabal.in @@ -29,7 +29,7 @@ Executable ghc array >= 0.1 && < 0.4, bytestring >= 0.9 && < 0.10, directory >= 1 && < 1.2, - process >= 1 && < 1.1, + process >= 1 && < 1.2, filepath >= 1 && < 1.3, ghc if os(windows) diff --git a/utils/ghc-pkg/ghc-pkg.cabal b/utils/ghc-pkg/ghc-pkg.cabal index a0f3c36..4f96dcc 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.2, - process >= 1 && < 1.1, + process >= 1 && < 1.2, filepath, Cabal, binary, diff --git a/utils/runghc/runghc.cabal.in b/utils/runghc/runghc.cabal.in index 7dfdc97..3bab879 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.2, - process >= 1 && < 1.1 + process >= 1 && < 1.2 else Build-Depends: base < 3 Build-Depends: filepath _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
