diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-10-16 15:26:29 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-10-16 15:26:29 -0400 |
commit | adb9d19ac54595f7daea984933cdc1a34ccdedb2 (patch) | |
tree | ce081db38ad26a937b3c33dcc4787d8b99dd91f8 | |
parent | f78ec38065929d02bb4521ae4cd92c32618e0490 (diff) |
new Win32 fails to build; fall back to old one
-rw-r--r-- | git-annex.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index 2d41d10ec..9ba206c33 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.5), unix-compat (>= 0.4.1.3), setenv, + Build-Depends: Win32 (== 2.4.0.0), Win32-extras, unix-compat (>= 0.4.1.3), setenv, process (>= 1.4.2.0) else Build-Depends: unix |