fix build on windows
Annex.GitOverlay was using a module that needs posix to build.
This commit is contained in:
parent
98a8a6da81
commit
d3d187c869
3 changed files with 15 additions and 9 deletions
|
@ -24,7 +24,7 @@ import qualified Utility.LockFile.PidLock as PidF
|
|||
import qualified Utility.LockPool.PidLock as PidP
|
||||
import Utility.LockPool (dropLock)
|
||||
import Utility.Env
|
||||
import Annex.LockPool.PosixOrPid (pidLockFile)
|
||||
import Config
|
||||
|
||||
{- Runs an action using a different git index file. -}
|
||||
withIndexFile :: AltIndexFile -> (FilePath -> Annex a) -> Annex a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue