diff options
Diffstat (limited to 'git-annex.cabal')
-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 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. |