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. -}