aboutsummaryrefslogtreecommitdiff
path: root/Assistant
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-11-14 14:59:51 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-11-14 14:59:51 -0400
commit92f36a1d31418e747eeaaaad03aeb85cec939d21 (patch)
tree0013232fca756f278dd44fefc45a18a1a9d35289 /Assistant
parent1b0e53cd9a1289c2eb7b3b29cb3804e3d61a8744 (diff)
still can't express custom-setup deps
They need unix on non-windows, for Utility.Env, which Build.Configure uses, but cabal can't express that in a custom-setup stanza. To avoid this problem, Utility.Env would need to be moved into unix-compat..
Diffstat (limited to 'Assistant')
-rw-r--r--Assistant/Upgrade.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Assistant/Upgrade.hs b/Assistant/Upgrade.hs
index d7491c30f..cd1be4d4e 100644
--- a/Assistant/Upgrade.hs
+++ b/Assistant/Upgrade.hs
@@ -15,7 +15,6 @@ 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