fix windows build
This commit is contained in:
parent
0724bf0d90
commit
f1295b5141
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue