aboutsummaryrefslogtreecommitdiff
path: root/Git
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-21 15:54:47 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-21 15:54:47 -0400
commit14f2a42ca4131a7a51a9e10a94521639b971bccd (patch)
treea76c877c097d190e823868163bb269c7a2afbc9e /Git
parent445405a81a435e9f06b7f8fcd74339d853585a20 (diff)
parent27a5b84da481fdf2bc87fc9a9fc7e1080a5a9b09 (diff)
Merge branch 'master' into xmpp
Conflicts: debian/changelog doc/design/assistant/more_cloud_providers.mdwn
Diffstat (limited to 'Git')
-rw-r--r--Git/Construct.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Git/Construct.hs b/Git/Construct.hs
index 5b2ec6f12..6f58e9b28 100644
--- a/Git/Construct.hs
+++ b/Git/Construct.hs
@@ -27,6 +27,8 @@ module Git.Construct (
#ifndef __WINDOWS__
import System.Posix.User
+#else
+import Git.FilePath
#endif
import qualified Data.Map as M hiding (map, split)
import Network.URI