aboutsummaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-11-09 14:28:54 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-11-09 14:28:54 -0400
commit6d7621aa0bded7c737e0e4091d7ca6380ce0b626 (patch)
treeef0b2a4aa0bca565e66c8bec9c76c122b4bf52b8 /git-annex.cabal
parent7ec447f574822dfb721da350635e0c0ee1667128 (diff)
bump process to version supporting newer Win32
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 1312f4c58..0d3681aa5 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -384,7 +384,7 @@ Executable git-annex
Win32 (>= 2.6.1.0),
unix-compat (>= 0.5),
setenv,
- process (>= 1.4.2.0)
+ process (>= 1.6.2.0)
else
Build-Depends: unix
if impl(ghc <= 7.6.3)