summaryrefslogtreecommitdiff
path: root/ghc
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2015-11-01 10:32:31 +0100
committerHerbert Valerio Riedel <hvr@gnu.org>2015-11-01 11:59:24 +0100
commitde8443c1a26276dc33a97ecdb9ec5c67f61ff969 (patch)
treea9d9364a381d211d8f604af936fea5bce7af7f2e /ghc
parent12abc77386751f7aa9fa6e8731fd1eabc52397f2 (diff)
downloadhaskell-de8443c1a26276dc33a97ecdb9ec5c67f61ff969.tar.gz
Update process submodule
This is needed to prepare for #11026 as this update relaxes the upper bounds on `base` to allow for `base-4.9.0.0` This also needs to relax a few upper bounds on process in some cabal files (there will be another process submodule update soon, as a major version bump of process' version is still pending)
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 30eb7a758d..0c9998d64e 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.3,
+ process >= 1 && < 1.4,
filepath >= 1 && < 1.5,
ghc
if os(windows)