From bebc96fa6ddcbeb493676e34f4c322d2aaf6caf5 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 24 May 2016 15:55:36 +0200 Subject: [PATCH] Add posix note to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1f67a3c..7e8fb56 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ so it is forked as well and merged into this library. * safe filepath manipulation, never using String as filepath, but ByteString * still allowing sufficient control to interact with the underlying low-level calls +Note: this library was written for __posix__ systems and it will probably not support other systems. + ## Differences to 'path' * doesn't attempt to fake IO-related information into the path, so whether a path points to a file or directory is up to your IO-code to decide...