summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-11-09 14:03:06 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-11-09 14:03:06 -0400
commitafaf1799d47d88e1e0ace4f1bb128684761e11c1 (patch)
tree2c81c47e3f9af507cdc93e9894cb8c6b39514c79 /git-annex.cabal
parentad2fa41b8739d28c18164aba00f3af26887ccc73 (diff)
remove dep on Win32-extras
Win32 now has its own getCurrentProcessId.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal3
1 files changed, 1 insertions, 2 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 3363d12a8..1312f4c58 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -381,8 +381,7 @@ Executable git-annex
if (os(windows))
Build-Depends:
- Win32 (== 2.3.1.1),
- Win32-extras,
+ Win32 (>= 2.6.1.0),
unix-compat (>= 0.5),
setenv,
process (>= 1.4.2.0)