squash compiler warnings on Windows

This commit is contained in:
Joey Hess 2013-08-04 13:12:18 -04:00
parent 6a97896b47
commit 06db8e0bd9
8 changed files with 33 additions and 13 deletions

2
Git.hs
View file

@ -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