summaryrefslogtreecommitdiff
path: root/ghc
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 /ghc
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.
Diffstat (limited to 'ghc')
-rw-r--r--ghc/ghc-bin.cabal.in2
1 files changed, 1 insertions, 1 deletions
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)