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..
This commit is contained in:
Joey Hess 2017-11-14 14:59:51 -04:00
parent 061f5ddd43
commit 1b6cbb63e9
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
12 changed files with 32 additions and 60 deletions

View file

@ -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"