fix windows build
This commit is contained in:
parent
822a8c0ff8
commit
25dba9da24
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue