[commit: packages/filepath] master: Fill out `description` field in Cabal description (05487da)
git at git.haskell.org
git at git.haskell.org
Sat Oct 19 08:02:04 UTC 2013
Repository : ssh://git@git.haskell.org/filepath
On branch : master
Link : http://git.haskell.org/packages/filepath.git/commitdiff/05487dab4c3ca6d401c296b3e7fb5e294f495a05
>---------------------------------------------------------------
commit 05487dab4c3ca6d401c296b3e7fb5e294f495a05
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sat Oct 19 09:55:50 2013 +0200
Fill out `description` field in Cabal description
This is needed to pass `cabal check`.
Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
>---------------------------------------------------------------
05487dab4c3ca6d401c296b3e7fb5e294f495a05
filepath.cabal | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/filepath.cabal b/filepath.cabal
index c800edc..907778f 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -12,6 +12,13 @@ build-type: Simple
Synopsis: Library for manipulating FilePaths in a cross platform way.
cabal-version: >=1.10
tested-with: GHC==7.6.3, GHC==7.6.2, GHC==7.6.1, GHC==7.4.2, GHC==7.4.1, GHC==7.2.2, GHC==7.2.1, GHC==7.0.4, GHC==7.0.3, GHC==7.0.2, GHC==7.0.1, GHC==6.12.3
+description:
+ A library for 'FilePath' manipulations, using Posix or Windows filepaths
+ depending on the platform.
+ .
+ Both "System.FilePath.Posix" and "System.FilePath.Windows" provide
+ the same interface. See either for examples and a list of the
+ available functions.
Extra-Source-Files:
System/FilePath/Internal.hs
More information about the ghc-commits
mailing list