aboutsummaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-11-09 14:58:37 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-11-09 15:01:59 -0400
commitbdc96eda329fbe9084c21a80cfd268f9adcf9a62 (patch)
tree72378b39ea6d62e3fcbd4943bfdea30f0e075eb3 /git-annex.cabal
parent6d7621aa0bded7c737e0e4091d7ca6380ce0b626 (diff)
Revert "use win32 2.6.1.0"
This reverts commit 757a7d6e22b9faa443a4f063e1a6df3204e298c1. Blocked by https://github.com/snoyberg/http-client/issues/309 this commit can be reverted once that's fixed.
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)