diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-04-21 12:45:40 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-04-27 12:00:13 -0400 |
commit | 2744c94124a0cfe18e589974e77b0283b28f210f (patch) | |
tree | 1db43edef3013c5371c3356b8d5dd8d6c08da998 /ghc | |
parent | 579bb7669f40ed01841dd197ee535cf26fa19580 (diff) | |
download | haskell-2744c94124a0cfe18e589974e77b0283b28f210f.tar.gz |
Bump process to 1.6
Also bumps Cabal submodule due to version bound bump.
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/ghc-bin.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in index 0f50453c3d..b04c13a6c1 100644 --- a/ghc/ghc-bin.cabal.in +++ b/ghc/ghc-bin.cabal.in @@ -32,7 +32,7 @@ Executable ghc array >= 0.1 && < 0.6, bytestring >= 0.9 && < 0.11, directory >= 1 && < 1.4, - process >= 1 && < 1.5, + process >= 1 && < 1.7, filepath >= 1 && < 1.5, ghc-boot == @ProjectVersionMunged@, ghc == @ProjectVersionMunged@ |