got configure working after Utility.Path ByteString conversion
Had to split out some modules because getWorkingDirectory needs unix, which is not a build-dep of configure. This commit was sponsored by Brock Spratlen on Patreon.
This commit is contained in:
parent
e219aadbab
commit
d6e94a6b2e
10 changed files with 301 additions and 231 deletions
|
@ -817,6 +817,7 @@ Executable git-annex
|
|||
Config
|
||||
Config.Cost
|
||||
Config.Files
|
||||
Config.Files.AutoStart
|
||||
Config.DynamicConfig
|
||||
Config.GitConfig
|
||||
Config.Smudge
|
||||
|
@ -1055,6 +1056,7 @@ Executable git-annex
|
|||
Utility.DirWatcher
|
||||
Utility.DirWatcher.Types
|
||||
Utility.Directory
|
||||
Utility.Directory.Create
|
||||
Utility.Directory.Stream
|
||||
Utility.DiskFree
|
||||
Utility.Dot
|
||||
|
@ -1094,6 +1096,7 @@ Executable git-annex
|
|||
Utility.PID
|
||||
Utility.PartialPrelude
|
||||
Utility.Path
|
||||
Utility.Path.AbsRel
|
||||
Utility.Path.Max
|
||||
Utility.Percentage
|
||||
Utility.Process
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue