diff options
| author | Herbert Valerio Riedel <hvr@gnu.org> | 2015-11-02 07:41:16 +0100 | 
|---|---|---|
| committer | Herbert Valerio Riedel <hvr@gnu.org> | 2015-11-02 07:41:16 +0100 | 
| commit | 1e2259b37af17c951d9f8266b240db0cdcc833e3 (patch) | |
| tree | b2c6623be5146aea70f832be4f200fc0d855becd /compiler | |
| parent | 9fe5497e26902139522b19be81d36ad178a6d611 (diff) | |
| download | haskell-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 'compiler')
| -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 f5a3c55540..badb90edf9 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.4, +                   process    >= 1   && < 1.5,                     bytestring >= 0.9 && < 0.11,                     time                 < 1.6,                     containers >= 0.5 && < 0.6, | 
