aboutsummaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-11-09 13:39:07 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-11-09 13:39:07 -0400
commit757a7d6e22b9faa443a4f063e1a6df3204e298c1 (patch)
tree9777526c9c618feefef17accbf5e4cb5c067a563 /git-annex.cabal
parentac57659e61f9743aebd35258e89752ced0040f9f (diff)
use win32 2.6.1.0
That has my patches merged into it, so stack-windows.yaml is not needed any longer. This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
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 3363d12a8..f6cb10c05 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -381,7 +381,7 @@ Executable git-annex
if (os(windows))
Build-Depends:
- Win32 (== 2.3.1.1),
+ Win32 (>= 2.6.1.0),
Win32-extras,
unix-compat (>= 0.5),
setenv,