summaryrefslogtreecommitdiff
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
parent7ec447f574822dfb721da350635e0c0ee1667128 (diff)
bump process to version supporting newer Win32
-rw-r--r--git-annex.cabal2
-rw-r--r--stack-windows.yaml1
2 files changed, 2 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)
diff --git a/stack-windows.yaml b/stack-windows.yaml
index deadb143b..7d2bc89f9 100644
--- a/stack-windows.yaml
+++ b/stack-windows.yaml
@@ -24,6 +24,7 @@ extra-deps:
- Win32-2.6.1.0
- unix-compat-0.5
- directory-1.3.1.5
+- process-1.6.2.0
allow-newer: true
explicit-setup-deps:
git-annex: true