diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2015-11-01 10:32:31 +0100 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2015-11-01 11:59:24 +0100 |
commit | de8443c1a26276dc33a97ecdb9ec5c67f61ff969 (patch) | |
tree | a9d9364a381d211d8f604af936fea5bce7af7f2e /compiler/ghc.cabal.in | |
parent | 12abc77386751f7aa9fa6e8731fd1eabc52397f2 (diff) | |
download | haskell-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 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 45dcaa99cc..f5a3c55540 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -46,7 +46,7 @@ Library Build-Depends: base >= 4 && < 5, directory >= 1 && < 1.3, - process >= 1 && < 1.3, + process >= 1 && < 1.4, bytestring >= 0.9 && < 0.11, time < 1.6, containers >= 0.5 && < 0.6, |