summaryrefslogtreecommitdiff
path: root/utils/runghc
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-04-21 12:45:40 -0400
committerBen Gamari <ben@smart-cactus.org>2017-04-27 12:00:13 -0400
commit2744c94124a0cfe18e589974e77b0283b28f210f (patch)
tree1db43edef3013c5371c3356b8d5dd8d6c08da998 /utils/runghc
parent579bb7669f40ed01841dd197ee535cf26fa19580 (diff)
downloadhaskell-2744c94124a0cfe18e589974e77b0283b28f210f.tar.gz
Bump process to 1.6
Also bumps Cabal submodule due to version bound bump.
Diffstat (limited to 'utils/runghc')
-rw-r--r--utils/runghc/runghc.cabal.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/runghc/runghc.cabal.in b/utils/runghc/runghc.cabal.in
index 3be9f26e32..ffe75756f7 100644
--- a/utils/runghc/runghc.cabal.in
+++ b/utils/runghc/runghc.cabal.in
@@ -28,7 +28,7 @@ Executable runghc
Build-Depends: base >= 3 && < 5,
directory >= 1 && < 1.4,
- process >= 1 && < 1.5,
+ process >= 1 && < 1.7,
filepath
if !os(windows)