aboutsummaryrefslogtreecommitdiff
path: root/Git
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 /Git
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 'Git')
-rw-r--r--Git/CurrentRepo.hs1
-rw-r--r--Git/Index.hs1
2 files changed, 0 insertions, 2 deletions
diff --git a/Git/CurrentRepo.hs b/Git/CurrentRepo.hs
index df074cf8b..69a679ee3 100644
--- a/Git/CurrentRepo.hs
+++ b/Git/CurrentRepo.hs
@@ -12,7 +12,6 @@ import Git.Types
import Git.Construct
import qualified Git.Config
import Utility.Env
-import Utility.Env.Set
{- Gets the current git repository.
-
diff --git a/Git/Index.hs b/Git/Index.hs
index 0898569b4..85ea480b5 100644
--- a/Git/Index.hs
+++ b/Git/Index.hs
@@ -10,7 +10,6 @@ module Git.Index where
import Common
import Git
import Utility.Env
-import Utility.Env.Set
indexEnv :: String
indexEnv = "GIT_INDEX_FILE"