summaryrefslogtreecommitdiff
path: root/git-repair.cabal
diff options
context:
space:
mode:
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