summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-04-21 12:45:40 -0400
committerBen Gamari <ben@smart-cactus.org>2017-04-27 12:00:13 -0400
commit2744c94124a0cfe18e589974e77b0283b28f210f (patch)
tree1db43edef3013c5371c3356b8d5dd8d6c08da998
parent579bb7669f40ed01841dd197ee535cf26fa19580 (diff)
downloadhaskell-2744c94124a0cfe18e589974e77b0283b28f210f.tar.gz
Bump process to 1.6
Also bumps Cabal submodule due to version bound bump.
-rw-r--r--compiler/ghc.cabal.in2
-rw-r--r--ghc/ghc-bin.cabal.in2
m---------libraries/process0
-rw-r--r--utils/ghc-pkg/ghc-pkg.cabal2
-rw-r--r--utils/runghc/runghc.cabal.in2
5 files changed, 4 insertions, 4 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 1c9c6c6b40..e1d44c1740 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -52,7 +52,7 @@ Library
Build-Depends: base >= 4 && < 5,
deepseq >= 1.4 && < 1.5,
directory >= 1 && < 1.4,
- process >= 1 && < 1.5,
+ process >= 1 && < 1.7,
bytestring >= 0.9 && < 0.11,
binary == 0.8.*,
time >= 1.4 && < 1.9,
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in
index 0f50453c3d..b04c13a6c1 100644
--- a/ghc/ghc-bin.cabal.in
+++ b/ghc/ghc-bin.cabal.in
@@ -32,7 +32,7 @@ Executable ghc
array >= 0.1 && < 0.6,
bytestring >= 0.9 && < 0.11,
directory >= 1 && < 1.4,
- process >= 1 && < 1.5,
+ process >= 1 && < 1.7,
filepath >= 1 && < 1.5,
ghc-boot == @ProjectVersionMunged@,
ghc == @ProjectVersionMunged@
diff --git a/libraries/process b/libraries/process
-Subproject 0524859137fc01bdb2a4833fd0aa6b23a48c6b1
+Subproject 88547b0fae8644f8f69be32c7ee5a3b76051c82
diff --git a/utils/ghc-pkg/ghc-pkg.cabal b/utils/ghc-pkg/ghc-pkg.cabal
index 8776cb955e..4b1aae7631 100644
--- a/utils/ghc-pkg/ghc-pkg.cabal
+++ b/utils/ghc-pkg/ghc-pkg.cabal
@@ -28,7 +28,7 @@ Executable ghc-pkg
Build-Depends: base >= 4 && < 5,
directory >= 1 && < 1.4,
- process >= 1 && < 1.5,
+ process >= 1 && < 1.7,
containers,
filepath,
Cabal,
diff --git a/utils/runghc/runghc.cabal.in b/utils/runghc/runghc.cabal.in
index 3be9f26e32..ffe75756f7 100644
--- a/utils/runghc/runghc.cabal.in
+++ b/utils/runghc/runghc.cabal.in
@@ -28,7 +28,7 @@ Executable runghc
Build-Depends: base >= 3 && < 5,
directory >= 1 && < 1.4,
- process >= 1 && < 1.5,
+ process >= 1 && < 1.7,
filepath
if !os(windows)