summaryrefslogtreecommitdiff
path: root/git-repair.cabal
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2014-10-26 13:39:44 -0400
committerJoey Hess <joey@kitenet.net>2014-10-26 13:39:44 -0400
commit10fa4567bd1761a1e26b841128aff9781e7e0df3 (patch)
tree85348a0a299c7d9b6e83b29e31801a4e2f764b89 /git-repair.cabal
parentea95774b41eb09c8b49ae8c2c66db7bf8e68ac26 (diff)
downloadgit-repair-10fa4567bd1761a1e26b841128aff9781e7e0df3.tar.gz
setenv for windowsdebian/1.201410261.20141026
Diffstat (limited to 'git-repair.cabal')
-rw-r--r--git-repair.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/git-repair.cabal b/git-repair.cabal
index e5d6cb9..67573f4 100644
--- a/git-repair.cabal
+++ b/git-repair.cabal
@@ -30,7 +30,9 @@ Executable git-repair
base >= 4.5, base < 5, IfElse, text, process, time, QuickCheck,
utf8-string, async, optparse-applicative (>= 0.10.0)
- if (! os(windows))
+ if (os(windows))
+ Build-Depends: setenv
+ else
Build-Depends: unix
source-repository head