diff options
Diffstat (limited to 'Git')
-rw-r--r-- | Git/Command.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Git/Command.hs b/Git/Command.hs index 6b9e1656a..d48a36c69 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. -} |