summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-10 01:18:04 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-10 01:18:04 -0400
commit6be1afd2596ce871eac13f2961b5dab8f2b1e87d (patch)
treee0e5846dd0dea9af4615875df7ef161ca745f99a /git-annex.cabal
parent6f57477ce09149c8aa7c22e3da858fa5be4b7729 (diff)
windows disk free space checking
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index b4b3d209d..789ded518 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -100,7 +100,9 @@ Executable git-annex
if flag(Production)
GHC-Options: -O2
- if (! os(windows))
+ if (os(windows))
+ Build-Depends: Win32
+ else
Build-Depends: unix
-- Need to list these because they're generated from .hsc files.
Other-Modules: Utility.Touch Utility.Mounts