fix windows build

This commit is contained in:
Joey Hess 2013-10-02 20:26:00 -04:00
parent 0724bf0d90
commit f1295b5141
2 changed files with 3 additions and 2 deletions

View file

@ -25,8 +25,6 @@ module Git.Construct (
#ifndef mingw32_HOST_OS
import System.Posix.User
#else
import Git.FilePath
#endif
import qualified Data.Map as M hiding (map, split)
import Network.URI

View file

@ -17,6 +17,9 @@ import qualified Git.BuildVersion
import Data.Char
import qualified Data.Map as M
import Network.URI
#ifdef mingw32_HOST_OS
import Git.FilePath
#endif
type RemoteName = String