LIB/GTK: use System.FilePath instead of System.FilePath.Posix
This commit is contained in:
parent
585a9fcc38
commit
826ec65a68
@ -69,7 +69,7 @@ import System.Environment
|
|||||||
(
|
(
|
||||||
getArgs
|
getArgs
|
||||||
)
|
)
|
||||||
import System.FilePath.Posix
|
import System.FilePath
|
||||||
(
|
(
|
||||||
isAbsolute
|
isAbsolute
|
||||||
)
|
)
|
||||||
|
@ -22,7 +22,7 @@ import System.Directory
|
|||||||
, removeDirectory
|
, removeDirectory
|
||||||
, removeFile
|
, removeFile
|
||||||
)
|
)
|
||||||
import System.FilePath.Posix
|
import System.FilePath
|
||||||
(
|
(
|
||||||
isAbsolute
|
isAbsolute
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user