From 381c1f7634e20a2faa0b15255870f9dbf745f230 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 4 Aug 2013 13:12:18 -0400 Subject: squash compiler warnings on Windows --- Git.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Git.hs') diff --git a/Git.hs b/Git.hs index 513f052a3..cad466853 100644 --- a/Git.hs +++ b/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 -- cgit v1.2.3