From 81c4259a0de2faf21994c1483ea3ae80307a2aba Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 17 Oct 2013 19:41:00 -0400 Subject: [PATCH] fix --- Git/Command.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Git/Command.hs b/Git/Command.hs index 6b9e1656a1..d48a36c697 100644 --- a/Git/Command.hs +++ b/Git/Command.hs @@ -16,7 +16,7 @@ import Git import Git.Types import qualified Utility.CoProcess as CoProcess #ifdef mingw32_HOST_OS -import Git.Filename +import Git.FilePath #endif {- Constructs a git command line operating on the specified repo. -}