summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
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)