
15 Jun
2012
15 Jun
'12
4:12 a.m.
On 15/06/2012 09:00, Kazu Yamamoto (山本和彦) wrote:
Simon,
actually, the standard libraries still don't deal with filepaths well enough, which is why we are moving towards using system-filepath.
Are there tickets open about the problems? I'd rather sort any problems out in the standard libraries than force people to use a separate package.
System.FilePath.ByteString is missing.
I will open a ticket. Which trac should I use for this ticket?
System.FilePath.ByteString would be POSIX-specific (FilePaths are not ByteStrings on Windows). So I think it would need to be System.FilePath.Posix.ByteString. You can open a ticket on the GHC Trac, and also email the author of filepath (Neil Mitchell). Cheers, Simon