summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-08-16 17:43:38 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-08-16 17:43:38 -0400
commit5f55525e54b29439dded5745656aa919a88b557e (patch)
treefcc01ded1f3cc23b325004ce9c9cc799cce10590 /git-annex.cabal
parent9e285c791aae7bfa3f1c1a27f31133dbd29c3662 (diff)
Windows: Win32 package has subsumed Win32-extras; update dependency.
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 ad0ef9271..8ac15c64d 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, 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