summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-22 14:20:54 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-22 14:20:54 -0400
commit43aae542d8ea23d89599f21d56e076d06924f8cf (patch)
tree9cb705a3d3c69ad12fd5a77e430c1389bc048c6f /git-annex.cabal
parentfaf57cb8213e3beb39b0ec871e567dbcc1b3edb9 (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 ff56ccec2..65bf31a08 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