[commit: ghc] master: Update dependencies (9f29c9a)
Ian Lynagh
igloo at earth.li
Wed Feb 22 21:56:10 CET 2012
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/9f29c9a21f1619ea3db2cb61ce13d55abbaded5b
>---------------------------------------------------------------
commit 9f29c9a21f1619ea3db2cb61ce13d55abbaded5b
Author: Ian Lynagh <igloo at earth.li>
Date: Wed Feb 22 19:10:24 2012 +0000
Update dependencies
>---------------------------------------------------------------
compiler/ghc.cabal.in | 2 +-
ghc.mk | 2 +-
ghc/ghc-bin.cabal.in | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index a9b85da..bcf7d10 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -67,7 +67,7 @@ Library
if flag(base3) || flag(base4)
Build-Depends: directory >= 1 && < 1.2,
process >= 1 && < 1.2,
- bytestring >= 0.9 && < 0.10,
+ bytestring >= 0.9 && < 0.11,
time < 1.5,
containers >= 0.1 && < 0.5,
array >= 0.1 && < 0.5
diff --git a/ghc.mk b/ghc.mk
index b3f6277..8727506 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -398,8 +398,8 @@ endif
$(eval $(call addPackage,base))
$(eval $(call addPackage,filepath))
$(eval $(call addPackage,array))
-$(eval $(call addPackage,bytestring))
$(eval $(call addPackage,deepseq))
+$(eval $(call addPackage,bytestring))
$(eval $(call addPackage,containers))
$(eval $(call addPackage,Win32,($$(Windows),YES)))
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in
index 0cf51d0..1c898f2 100644
--- a/ghc/ghc-bin.cabal.in
+++ b/ghc/ghc-bin.cabal.in
@@ -27,7 +27,7 @@ Executable ghc
Main-Is: Main.hs
Build-Depends: base >= 3 && < 5,
array >= 0.1 && < 0.5,
- bytestring >= 0.9 && < 0.10,
+ bytestring >= 0.9 && < 0.11,
directory >= 1 && < 1.2,
process >= 1 && < 1.2,
filepath >= 1 && < 1.4,
More information about the Cvs-ghc
mailing list