From cfe626b6d4cf2aa41208089ee5c0443de722befb Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 9 May 2016 13:37:21 +0200 Subject: [PATCH] Update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5990e61..0e56064 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,7 @@ so it is forked as well and merged into this library. * `hasTrailingPathSeparator` behaves in the same way as `System.FilePath` * `dropTrailingPathSeparator` behaves in the same way as `System.FilePath` +* added various functions like `isValid`, `normalise` and `equalFilePath` +* uses the `word8` package for save word8 literals instead of `OverloadedStrings` +* has custom versions of `openFd` and `getDirectoryContents` +