From 1e2259b37af17c951d9f8266b240db0cdcc833e3 Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel Date: Mon, 2 Nov 2015 07:41:16 +0100 Subject: 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. --- utils/ghc-pkg/ghc-pkg.cabal | 2 +- utils/hsc2hs | 2 +- utils/runghc/runghc.cabal.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'utils') 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 index ff34f784ab..bb205d806c 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 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 -- cgit v1.2.1