add System.FilePath to this conversion
It seems to make sense to convert both System.Directory and System.FilePath uses to OsPath in one go. This will generally look like replacing RawFilePath with OsPath in type signatures, and will be driven by the now absolutely massive pile of compile errors. Got a few modules building in this new regime. Sponsored-by: Jack Hill
This commit is contained in:
parent
05bdce328d
commit
c3c8870752
6 changed files with 53 additions and 46 deletions
|
@ -10,7 +10,6 @@ import Data.List as X hiding (head, tail, init, last)
|
|||
import Data.Monoid as X
|
||||
import Data.Default as X
|
||||
|
||||
import System.FilePath as X
|
||||
import System.IO as X hiding (FilePath)
|
||||
import System.Exit as X
|
||||
import System.PosixCompat.Files as X (FileStatus)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue