more OsPath conversion
Sponsored-by: Leon Schuermann
This commit is contained in:
parent
ee0964e61b
commit
f3539efc16
18 changed files with 156 additions and 153 deletions
2
Git.hs
2
Git.hs
|
@ -38,12 +38,10 @@ module Git (
|
|||
relPath,
|
||||
) where
|
||||
|
||||
import qualified Data.ByteString as B
|
||||
import Network.URI (uriPath, uriScheme, unEscapeString)
|
||||
#ifndef mingw32_HOST_OS
|
||||
import System.Posix.Files
|
||||
#endif
|
||||
import qualified System.FilePath.ByteString as P
|
||||
|
||||
import Common
|
||||
import Git.Types
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue