aboutsummaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-11-09 15:09:14 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-11-09 15:09:14 -0400
commitce44f20f128ad8740b9098ad86ed70156919cd43 (patch)
tree6da25ef8899f1389545b31752e75695cdf780843 /git-annex.cabal
parentced01d583d07d224d6638de8a95b6ba59b9f3936 (diff)
Revert "remove dep on Win32-extras"
This reverts commit afaf1799d47d88e1e0ace4f1bb128684761e11c1. Yeah, too early for that too
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 9268105a4..3363d12a8 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -381,7 +381,8 @@ Executable git-annex
if (os(windows))
Build-Depends:
- Win32 (== 2.4.0.0),
+ Win32 (== 2.3.1.1),
+ Win32-extras,
unix-compat (>= 0.5),
setenv,
process (>= 1.4.2.0)