squash compiler warnings on Windows
This commit is contained in:
parent
6a97896b47
commit
06db8e0bd9
8 changed files with 33 additions and 13 deletions
2
Git.hs
2
Git.hs
|
@ -38,7 +38,9 @@ import System.Posix.Files
|
|||
|
||||
import Common
|
||||
import Git.Types
|
||||
#ifndef mingw32_HOST_OS
|
||||
import Utility.FileMode
|
||||
#endif
|
||||
|
||||
{- User-visible description of a git repo. -}
|
||||
repoDescribe :: Repo -> String
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue