From 20d5d12079cc0a1f73c918ed9a7285f72b5f6c67 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 16 Oct 2017 15:38:35 -0400 Subject: [PATCH] Revert "new Win32 fails to build; fall back to old one" This reverts commit ffa81d2d7f068f2e1f2708bace8f81b125875be2. Old win32-extras fails to install. I suspect toolchain breakage because a lot of stuff is failing on the windows autobuilder. --- git-annex.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-annex.cabal b/git-annex.cabal index 9ba206c33a..2d41d10ec8 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -385,7 +385,7 @@ Executable git-annex Build-Depends: network (< 2.6), network (>= 2.4) if (os(windows)) - Build-Depends: Win32 (== 2.4.0.0), Win32-extras, unix-compat (>= 0.4.1.3), setenv, + Build-Depends: Win32 (>= 2.5), unix-compat (>= 0.4.1.3), setenv, process (>= 1.4.2.0) else Build-Depends: unix