summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-10-22 14:20:54 -0400
committerJoey Hess <joeyh@joeyh.name>2017-10-22 14:20:54 -0400
commit0e766a41c611f73771141a4a88bcf69107296c72 (patch)
tree3eb0a90c80cbf73eba92690e421a287a7d96ffa3 /git-annex.cabal
parent2412744e0b63488d2df943d00692aa9ea052d69d (diff)
try lts-9.10 with old win32
toolchain issue is preventing nightly from building anything on windows
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index ff56ccec2b..65bf31a08c 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -380,7 +380,7 @@ Executable git-annex
Build-Depends: network (< 2.6), network (>= 2.4)
if (os(windows))
- Build-Depends: Win32 (>= 2.5), unix-compat (>= 0.4.1.3), setenv,
+ Build-Depends: Win32 (== 2.3.1.1), Win32-extras, unix-compat (>= 0.4.1.3), setenv,
process (>= 1.4.2.0)
else
Build-Depends: unix