From 92f36a1d31418e747eeaaaad03aeb85cec939d21 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 14 Nov 2017 14:59:51 -0400 Subject: 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.. --- Annex/Environment.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'Annex') diff --git a/Annex/Environment.hs b/Annex/Environment.hs index 0ddf9d2b7..4f0fda986 100644 --- a/Annex/Environment.hs +++ b/Annex/Environment.hs @@ -14,7 +14,6 @@ import Utility.UserInfo import qualified Git.Config import Config import Utility.Env -import Utility.Env.Set {- Checks that the system's environment allows git to function. - Git requires a GECOS username, or suitable git configuration, or -- cgit v1.2.3