
30 Aug
2017
30 Aug
'17
6:27 a.m.
Hi Paul, You wrote:
[In the path library] the `Path` has different representation on Windows and POSIX which seems that no way to use both on the same platform
You are right, the path library does not yet support that. This issue will fix it: https://github.com/commercialhaskell/path/issues/82 In the meantime, use the standard filepath library, which supports paths from other platforms. Regards, Yitz