git-annex.cabal: Add back custom-setup stanza, so cabal new-build works.
Seems I had all the work in past commits to make this build, at least on linux. I'm actually surprised it does, without a unix dep, Utility.Env still builds ok somehow despite using System.Posix.Env. This commit was sponsored by Fernando Jimenez on Patreon.
This commit is contained in:
parent
8d71441bcd
commit
51228c2306
12 changed files with 62 additions and 30 deletions
|
@ -10,6 +10,7 @@ module Git.Index where
|
|||
import Common
|
||||
import Git
|
||||
import Utility.Env
|
||||
import Utility.Env.Set
|
||||
|
||||
indexEnv :: String
|
||||
indexEnv = "GIT_INDEX_FILE"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue