aboutsummaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 0d3681aa5..9268105a4 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -381,10 +381,10 @@ Executable git-annex
if (os(windows))
Build-Depends:
- Win32 (>= 2.6.1.0),
+ Win32 (== 2.4.0.0),
unix-compat (>= 0.5),
setenv,
- process (>= 1.6.2.0)
+ process (>= 1.4.2.0)
else
Build-Depends: unix
if impl(ghc <= 7.6.3)