summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-11-13 12:36:07 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-11-13 12:36:07 -0400
commit6e16f6587e9f6902e0e5b812253b3368ca32da7d (patch)
treea64aea0193b359b31744e2e04b425f5fb9e20dbf /git-annex.cabal
parentfe7e92079727e3b0875aa3603461b53dec12ae6c (diff)
use win32 2.6.1.0 (second try)
Using patched http-client.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal8
1 files changed, 6 insertions, 2 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index f16e682cf..a73d55d15 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -380,8 +380,12 @@ Executable git-annex
Build-Depends: network (< 2.6), network (>= 2.4)
if (os(windows))
- Build-Depends: Win32 (== 2.3.1.1), Win32-extras, unix-compat (>= 0.4.1.3), setenv,
- process (>= 1.4.2.0)
+ Build-Depends:
+ Win32 (>= 2.6.1.0),
+ Win32-extras,
+ unix-compat (>= 0.5),
+ setenv,
+ process (>= 1.6.2.0)
else
Build-Depends: unix
if impl(ghc <= 7.6.3)