summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2015-11-02 07:41:16 +0100
committerHerbert Valerio Riedel <hvr@gnu.org>2015-11-02 07:41:16 +0100
commit1e2259b37af17c951d9f8266b240db0cdcc833e3 (patch)
treeb2c6623be5146aea70f832be4f200fc0d855becd
parent9fe5497e26902139522b19be81d36ad178a6d611 (diff)
downloadhaskell-1e2259b37af17c951d9f8266b240db0cdcc833e3.tar.gz
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.
-rw-r--r--compiler/ghc.cabal.in2
-rw-r--r--ghc/ghc-bin.cabal.in2
m---------libraries/Cabal0
m---------libraries/process0
-rw-r--r--utils/ghc-pkg/ghc-pkg.cabal2
m---------utils/hsc2hs0
-rw-r--r--utils/runghc/runghc.cabal.in2
7 files changed, 4 insertions, 4 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index f5a3c55540..badb90edf9 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 0c9998d64e..4f67e479c7 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
-Subproject fada4c87bf76254b85703671fbb1f05bb73f086
+Subproject 75d2807a2bb11762f4db70540d2cc9049e9c796
diff --git a/libraries/process b/libraries/process
-Subproject 4853d8f78a6831f4567ff0c2880298c9c70a520
+Subproject 7428b614841e6b6416e501453546b0af19a0cd1
diff --git a/utils/ghc-pkg/ghc-pkg.cabal b/utils/ghc-pkg/ghc-pkg.cabal
index a2a0bdd83c..aca0783474 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
-Subproject ff34f784abc868b22003717c1265d59af1c43a9
+Subproject bb205d806c1368e483edde288cbf8ed2cfca2ba
diff --git a/utils/runghc/runghc.cabal.in b/utils/runghc/runghc.cabal.in
index 15ec2f66c4..47fb83dc08 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