[commit: packages/filepath] master: More tweaks to the README (60c84ae)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 11:33:01 UTC 2015
Repository : ssh://git@git.haskell.org/filepath
On branch : master
Link : http://git.haskell.org/packages/filepath.git/commitdiff/60c84ae0e650673cdc31b6ed7bac13bd346a350e
>---------------------------------------------------------------
commit 60c84ae0e650673cdc31b6ed7bac13bd346a350e
Author: Neil Mitchell <ndmitchell at gmail.com>
Date: Sat Oct 18 20:36:38 2014 +0100
More tweaks to the README
>---------------------------------------------------------------
60c84ae0e650673cdc31b6ed7bac13bd346a350e
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 0063212..7be73db 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
# FilePath [![Hackage version](https://img.shields.io/hackage/v/filepath.svg?style=flat)](http://hackage.haskell.org/package/filepath) [![Build Status](http://img.shields.io/travis/haskell/filepath.svg?style=flat)](https://travis-ci.org/haskell/filepath)
-This package provides functionality for manipulating `FilePath` values. It provides three modules:
+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.
-All modules provide the same API, and the same documentation (calling out differences on different platforms).
+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