summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
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 789ded518..3d1c0b211 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -101,7 +101,7 @@ Executable git-annex
GHC-Options: -O2
if (os(windows))
- Build-Depends: Win32
+ Build-Depends: Win32, Win32-extras
else
Build-Depends: unix
-- Need to list these because they're generated from .hsc files.