[Haskell-beginners] Path {Abs|Rel} {Dir|File} type question

Yitzchak Gale gale at sefer.org
Wed Aug 30 10:27:55 UTC 2017


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


More information about the Beginners mailing list