aboutsummaryrefslogtreecommitdiff
path: root/Assistant
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-11-14 14:25:46 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-11-14 14:28:49 -0400
commitad1e45aaedee71fbae100d2d73ff56b6d09e1577 (patch)
tree26f816e04a90e10aef3e7467695f6a04d06894d0 /Assistant
parentdb5dd896f37700a9acc59dae76da45d60ec59821 (diff)
split out setEnv to avoid adding dep
Windows needs the setenv package in custom-setup, but I don't want to pull it in on unix, which would probably break some builds and need more work. Instead, split out setEnv to a separate module. Quite likely, unix-compat will get a portable environment layer, and then both modules can be removed from here. This commit was sponsored by Øyvind Andersen Holm.
Diffstat (limited to 'Assistant')
-rw-r--r--Assistant/Upgrade.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Assistant/Upgrade.hs b/Assistant/Upgrade.hs
index cd1be4d4e..d7491c30f 100644
--- a/Assistant/Upgrade.hs
+++ b/Assistant/Upgrade.hs
@@ -15,6 +15,7 @@ import qualified Annex
import Assistant.Alert
import Assistant.DaemonStatus
import Utility.Env
+import Utility.Env.Set
import Types.Distribution
import Types.Transfer
import Logs.Web