LIB/GTK: use System.FilePath instead of System.FilePath.Posix

This commit is contained in:
Julian Ospald 2015-12-17 17:46:55 +01:00
parent 585a9fcc38
commit 826ec65a68
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ import System.Environment
(
getArgs
)
import System.FilePath.Posix
import System.FilePath
(
isAbsolute
)

View File

@ -22,7 +22,7 @@ import System.Directory
, removeDirectory
, removeFile
)
import System.FilePath.Posix
import System.FilePath
(
isAbsolute
)