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