From 771d69aa214ae3e5c0722e7a1b3d71e35a6a1df8 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 17 Sep 2010 18:36:09 +0000 Subject: [PATCH] Bump dependencies --- compiler/ghc.cabal.in | 2 +- ghc/ghc-bin.cabal.in | 2 +- utils/ghc-pkg/ghc-pkg.cabal | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index d2a199b..a7f5242 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -64,7 +64,7 @@ Library Build-Depends: base < 3 if flag(base3) || flag(base4) - Build-Depends: directory >= 1 && < 1.1, + Build-Depends: directory >= 1 && < 1.2, process >= 1 && < 1.1, bytestring >= 0.9 && < 0.10, old-time >= 1 && < 1.1, diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in index df3b515..888883a 100644 --- a/ghc/ghc-bin.cabal.in +++ b/ghc/ghc-bin.cabal.in @@ -30,7 +30,7 @@ Executable ghc Build-Depends: base >= 3 && < 5, array >= 0.1 && < 0.3, bytestring >= 0.9 && < 0.10, - directory >= 1 && < 1.1, + directory >= 1 && < 1.2, process >= 1 && < 1.1 else Build-Depends: base < 3 diff --git a/utils/ghc-pkg/ghc-pkg.cabal b/utils/ghc-pkg/ghc-pkg.cabal index eb54d84..e04ec32 100644 --- a/utils/ghc-pkg/ghc-pkg.cabal +++ b/utils/ghc-pkg/ghc-pkg.cabal @@ -19,7 +19,7 @@ Executable ghc-pkg Extensions: CPP, ForeignFunctionInterface Build-Depends: base >= 4 && < 5, - directory >= 1 && < 1.1, + directory >= 1 && < 1.2, process >= 1 && < 1.1, haskell98, filepath, -- 1.7.10.4