[commit: ghc] master: Update process submodule (de8443c)
git at git.haskell.org
git at git.haskell.org
Sun Nov 1 11:00:44 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/de8443c1a26276dc33a97ecdb9ec5c67f61ff969/ghc
>---------------------------------------------------------------
commit de8443c1a26276dc33a97ecdb9ec5c67f61ff969
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sun Nov 1 10:32:31 2015 +0100
Update process submodule
This is needed to prepare for #11026 as this update
relaxes the upper bounds on `base` to allow for `base-4.9.0.0`
This also needs to relax a few upper bounds on process in some cabal files
(there will be another process submodule update soon, as a major
version bump of process' version is still pending)
>---------------------------------------------------------------
de8443c1a26276dc33a97ecdb9ec5c67f61ff969
compiler/ghc.cabal.in | 2 +-
ghc/ghc-bin.cabal.in | 2 +-
libraries/process | 2 +-
utils/ghc-pkg/ghc-pkg.cabal | 2 +-
utils/hsc2hs | 2 +-
utils/runghc/runghc.cabal.in | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 45dcaa9..f5a3c55 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -46,7 +46,7 @@ Library
Build-Depends: base >= 4 && < 5,
directory >= 1 && < 1.3,
- process >= 1 && < 1.3,
+ process >= 1 && < 1.4,
bytestring >= 0.9 && < 0.11,
time < 1.6,
containers >= 0.5 && < 0.6,
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in
index 30eb7a7..0c9998d 100644
--- a/ghc/ghc-bin.cabal.in
+++ b/ghc/ghc-bin.cabal.in
@@ -31,7 +31,7 @@ Executable ghc
array >= 0.1 && < 0.6,
bytestring >= 0.9 && < 0.11,
directory >= 1 && < 1.3,
- process >= 1 && < 1.3,
+ process >= 1 && < 1.4,
filepath >= 1 && < 1.5,
ghc
if os(windows)
diff --git a/libraries/process b/libraries/process
index e0983fb..4853d8f 160000
--- a/libraries/process
+++ b/libraries/process
@@ -1 +1 @@
-Subproject commit e0983fbbfa8a3d81c7b99e83a3169fc686caab62
+Subproject commit 4853d8f78a6831f4567ff0c2880298c9c70a5203
diff --git a/utils/ghc-pkg/ghc-pkg.cabal b/utils/ghc-pkg/ghc-pkg.cabal
index 742e296..a2a0bdd 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.3,
+ process >= 1 && < 1.4,
containers,
filepath,
Cabal,
diff --git a/utils/hsc2hs b/utils/hsc2hs
index 293f41c..ff34f78 160000
--- a/utils/hsc2hs
+++ b/utils/hsc2hs
@@ -1 +1 @@
-Subproject commit 293f41c78e956b78363ede463e7ff52eb6bc997d
+Subproject commit ff34f784abc868b22003717c1265d59af1c43a9f
diff --git a/utils/runghc/runghc.cabal.in b/utils/runghc/runghc.cabal.in
index 89f9e05..15ec2f6 100644
--- a/utils/runghc/runghc.cabal.in
+++ b/utils/runghc/runghc.cabal.in
@@ -18,5 +18,5 @@ Executable runghc
Build-Depends: base >= 3 && < 5,
directory >= 1 && < 1.3,
- process >= 1 && < 1.3,
+ process >= 1 && < 1.4,
filepath
More information about the ghc-commits
mailing list