aboutsummaryrefslogtreecommitdiff
path: root/Git/Command.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-10-17 19:41:00 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-10-17 19:41:00 -0400
commit9abf33af83357604897590107ee3eee0bd62e93a (patch)
tree7bc6abd2feb7b7ebd97fb39e62e1901cc5b83a54 /Git/Command.hs
parent3e7d7ebe11caa93afab6af387443bb2819664be0 (diff)
fix
Diffstat (limited to 'Git/Command.hs')
-rw-r--r--Git/Command.hs2
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. -}