From 10fa4567bd1761a1e26b841128aff9781e7e0df3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 26 Oct 2014 13:39:44 -0400 Subject: setenv for windows --- git-repair.cabal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'git-repair.cabal') 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 -- cgit v1.2.3