[commit: ghc] master: Update process submodule to process-1.4 release (1e2259b)
git at git.haskell.org
git at git.haskell.org
Mon Nov 2 07:11:20 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/1e2259b37af17c951d9f8266b240db0cdcc833e3/ghc
>---------------------------------------------------------------
commit 1e2259b37af17c951d9f8266b240db0cdcc833e3
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Mon Nov 2 07:41:16 2015 +0100
Update process submodule to process-1.4 release
We already used a process-1.4 snapshot with non-bumped version,
so this commit is mostly a `.cabal` file upper-bound relaxation change.
>---------------------------------------------------------------
1e2259b37af17c951d9f8266b240db0cdcc833e3
compiler/ghc.cabal.in | 2 +-
ghc/ghc-bin.cabal.in | 2 +-
libraries/Cabal | 2 +-
libraries/process | 2 +-
utils/ghc-pkg/ghc-pkg.cabal | 2 +-
utils/hsc2hs | 2 +-
utils/runghc/runghc.cabal.in | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index f5a3c55..badb90e 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.4,
+ process >= 1 && < 1.5,
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 0c9998d..4f67e47 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.4,
+ process >= 1 && < 1.5,
filepath >= 1 && < 1.5,
ghc
if os(windows)
diff --git a/libraries/Cabal b/libraries/Cabal
index fada4c8..75d2807 160000
--- a/libraries/Cabal
+++ b/libraries/Cabal
@@ -1 +1 @@
-Subproject commit fada4c87bf76254b85703671fbb1f05bb73f0869
+Subproject commit 75d2807a2bb11762f4db70540d2cc9049e9c7968
diff --git a/libraries/process b/libraries/process
index 4853d8f..7428b61 160000
--- a/libraries/process
+++ b/libraries/process
@@ -1 +1 @@
-Subproject commit 4853d8f78a6831f4567ff0c2880298c9c70a5203
+Subproject commit 7428b614841e6b6416e501453546b0af19a0cd1f
diff --git a/utils/ghc-pkg/ghc-pkg.cabal b/utils/ghc-pkg/ghc-pkg.cabal
index a2a0bdd..aca0783 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.4,
+ process >= 1 && < 1.5,
containers,
filepath,
Cabal,
diff --git a/utils/hsc2hs b/utils/hsc2hs
index ff34f78..bb205d8 160000
--- a/utils/hsc2hs
+++ b/utils/hsc2hs
@@ -1 +1 @@
-Subproject commit ff34f784abc868b22003717c1265d59af1c43a9f
+Subproject commit bb205d806c1368e483edde288cbf8ed2cfca2ba6
diff --git a/utils/runghc/runghc.cabal.in b/utils/runghc/runghc.cabal.in
index 15ec2f6..47fb83d 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.4,
+ process >= 1 && < 1.5,
filepath
More information about the ghc-commits
mailing list