[commit: ghc] ghc-8.2: Bump process to 1.6 (d213ef3)

git at git.haskell.org git at git.haskell.org
Thu Apr 27 20:10:44 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : ghc-8.2
Link       : http://ghc.haskell.org/trac/ghc/changeset/d213ef3643213ed7b35fe84cef8ce627165e0444/ghc

>---------------------------------------------------------------

commit d213ef3643213ed7b35fe84cef8ce627165e0444
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Apr 21 12:45:40 2017 -0400

    Bump process to 1.6
    
    Also bumps hsc2hs submodule due to version bound bump.
    
    (cherry picked from commit 2744c94124a0cfe18e589974e77b0283b28f210f)


>---------------------------------------------------------------

d213ef3643213ed7b35fe84cef8ce627165e0444
 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 07a94fd..2c837fd 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 0f50453..b04c13a 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
index 0524859..88547b0 160000
--- a/libraries/process
+++ b/libraries/process
@@ -1 +1 @@
-Subproject commit 0524859137fc01bdb2a4833fd0aa6b23a48c6b15
+Subproject commit 88547b0fae8644f8f69be32c7ee5a3b76051c82f
diff --git a/utils/ghc-pkg/ghc-pkg.cabal b/utils/ghc-pkg/ghc-pkg.cabal
index 8776cb9..4b1aae7 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/hsc2hs b/utils/hsc2hs
index d7e49a6..936b088 160000
--- a/utils/hsc2hs
+++ b/utils/hsc2hs
@@ -1 +1 @@
-Subproject commit d7e49a6d90dbd3d8d0bbace9410fe8411a1c77bb
+Subproject commit 936b0885ee794db83dc8473e17e153936e56d62f
diff --git a/utils/runghc/runghc.cabal.in b/utils/runghc/runghc.cabal.in
index 3be9f26..ffe7575 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)



More information about the ghc-commits mailing list