[commit: ghc] ghc-7.4: Update dependencies (b47ece6)
Ian Lynagh
igloo at earth.li
Tue Dec 13 00:26:10 CET 2011
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : ghc-7.4
http://hackage.haskell.org/trac/ghc/changeset/b47ece6e47500d5a53a42ddcae5db0d3a3cd3492
>---------------------------------------------------------------
commit b47ece6e47500d5a53a42ddcae5db0d3a3cd3492
Author: Ian Lynagh <igloo at earth.li>
Date: Mon Dec 12 21:20:08 2011 +0000
Update dependencies
>---------------------------------------------------------------
compiler/ghc.cabal.in | 6 +++---
ghc/ghc-bin.cabal.in | 4 ++--
libraries/bin-package-db/bin-package-db.cabal | 2 +-
utils/ghc-cabal/ghc-cabal.cabal | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 15b9943..0f9eda9 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -65,11 +65,11 @@ Library
Build-Depends: directory >= 1 && < 1.2,
process >= 1 && < 1.2,
bytestring >= 0.9 && < 0.10,
- old-time >= 1 && < 1.1,
+ old-time >= 1 && < 1.2,
containers >= 0.1 && < 0.5,
- array >= 0.1 && < 0.4
+ array >= 0.1 && < 0.5
- Build-Depends: filepath >= 1 && < 1.3
+ Build-Depends: filepath >= 1 && < 1.4
Build-Depends: Cabal, hpc
if os(windows)
Build-Depends: Win32
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in
index ba17150..0cf51d0 100644
--- a/ghc/ghc-bin.cabal.in
+++ b/ghc/ghc-bin.cabal.in
@@ -26,11 +26,11 @@ Flag ghci
Executable ghc
Main-Is: Main.hs
Build-Depends: base >= 3 && < 5,
- array >= 0.1 && < 0.4,
+ array >= 0.1 && < 0.5,
bytestring >= 0.9 && < 0.10,
directory >= 1 && < 1.2,
process >= 1 && < 1.2,
- filepath >= 1 && < 1.3,
+ filepath >= 1 && < 1.4,
ghc
if os(windows)
Build-Depends: Win32
diff --git a/libraries/bin-package-db/bin-package-db.cabal b/libraries/bin-package-db/bin-package-db.cabal
index 697b954..6a40de0 100644
--- a/libraries/bin-package-db/bin-package-db.cabal
+++ b/libraries/bin-package-db/bin-package-db.cabal
@@ -25,7 +25,7 @@ Library {
build-depends: base >= 4 && < 5
build-depends: binary == 0.5.*,
- Cabal >= 1.8 && < 1.14
+ Cabal >= 1.8 && < 1.16
extensions: CPP
}
diff --git a/utils/ghc-cabal/ghc-cabal.cabal b/utils/ghc-cabal/ghc-cabal.cabal
index 55a4a18..7bbab03 100644
--- a/utils/ghc-cabal/ghc-cabal.cabal
+++ b/utils/ghc-cabal/ghc-cabal.cabal
@@ -16,7 +16,7 @@ Executable ghc-cabal
Main-Is: ghc-cabal.hs
Build-Depends: base >= 3 && < 5,
- Cabal >= 1.10 && < 1.14,
+ Cabal >= 1.10 && < 1.16,
directory >= 1.1 && < 1.2,
- filepath >= 1.2 && < 1.3
+ filepath >= 1.2 && < 1.4
More information about the Cvs-ghc
mailing list