diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-17 19:41:00 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-17 19:41:00 -0400 |
commit | 9abf33af83357604897590107ee3eee0bd62e93a (patch) | |
tree | 7bc6abd2feb7b7ebd97fb39e62e1901cc5b83a54 /Git | |
parent | 3e7d7ebe11caa93afab6af387443bb2819664be0 (diff) |
fix
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. -} |