[commit: packages/filepath] master: Improve the README (2c758fd)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 11:33:15 UTC 2015
Repository : ssh://git@git.haskell.org/filepath
On branch : master
Link : http://git.haskell.org/packages/filepath.git/commitdiff/2c758fdbd4c94a82c5ae1b0497ba5552ce8a23c0
>---------------------------------------------------------------
commit 2c758fdbd4c94a82c5ae1b0497ba5552ce8a23c0
Author: Neil Mitchell <ndmitchell at gmail.com>
Date: Sun Oct 19 13:36:30 2014 +0100
Improve the README
>---------------------------------------------------------------
2c758fdbd4c94a82c5ae1b0497ba5552ce8a23c0
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 7be73db..bf67c71 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
The `filepath` package provides functionality for manipulating `FilePath` values, and is shipped with both [GHC](https://www.haskell.org/ghc/) and the [Haskell Platform](https://www.haskell.org/platform/). It provides three modules:
* [`System.FilePath.Posix`](http://hackage.haskell.org/package/filepath/docs/System-FilePath-Posix.html) manipulates POSIX/Linux style `FilePath` values (with `/` as the path separator).
-* [`System.FilePath.Windows`](http://hackage.haskell.org/package/filepath/docs/System-FilePath-Windows.html) manipulates Windows style `FilePath` values (with either `/` or `\` as the path separator, and dealing with drives).
-* [`System.FilePath`](http://hackage.haskell.org/package/filepath/docs/System-FilePath.html) which is an alias for the module appropriate to your platform.
+* [`System.FilePath.Windows`](http://hackage.haskell.org/package/filepath/docs/System-FilePath-Windows.html) manipulates Windows style `FilePath` values (with either `\` or `/` as the path separator, and deals with drives).
+* [`System.FilePath`](http://hackage.haskell.org/package/filepath/docs/System-FilePath.html) is an alias for the module appropriate to your platform.
All three modules provide the same API, and the same documentation (calling out differences in the different variants).
More information about the ghc-commits
mailing list