fix build warnings on windows
This commit is contained in:
parent
e11776ae80
commit
e822df2a09
13 changed files with 28 additions and 15 deletions
|
@ -14,9 +14,11 @@ import Git
|
|||
import Utility.Tmp
|
||||
import Utility.Shell
|
||||
import Utility.FileMode
|
||||
#ifndef mingw32_HOST_OS
|
||||
import qualified Utility.RawFilePath as R
|
||||
|
||||
import System.PosixCompat.Files (fileMode)
|
||||
#endif
|
||||
|
||||
|
||||
data Hook = Hook
|
||||
{ hookName :: FilePath
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue