bump process to version supporting newer Win32

This commit is contained in:
Joey Hess 2017-11-09 14:28:54 -04:00
parent f95e2755b8
commit 928567f5f0
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 2 additions and 1 deletions

View file

@ -384,7 +384,7 @@ Executable git-annex
Win32 (>= 2.6.1.0), Win32 (>= 2.6.1.0),
unix-compat (>= 0.5), unix-compat (>= 0.5),
setenv, setenv,
process (>= 1.4.2.0) process (>= 1.6.2.0)
else else
Build-Depends: unix Build-Depends: unix
if impl(ghc <= 7.6.3) if impl(ghc <= 7.6.3)

View file

@ -24,6 +24,7 @@ extra-deps:
- Win32-2.6.1.0 - Win32-2.6.1.0
- unix-compat-0.5 - unix-compat-0.5
- directory-1.3.1.5 - directory-1.3.1.5
- process-1.6.2.0
allow-newer: true allow-newer: true
explicit-setup-deps: explicit-setup-deps:
git-annex: true git-annex: true