summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-11-09 14:28:54 -0400
committerJoey Hess <joeyh@joeyh.name>2017-11-09 14:28:54 -0400
commit928567f5f0b3ea38b2e07d915c82cbe60fd38797 (patch)
treefcea115f165fa40b92410140c0d4e07e75b2c82d /git-annex.cabal
parentf95e2755b8b137a01e4a7cf80a1bd22e92e5d9ae (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 1312f4c58f..0d3681aa50 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)