[commit: packages/filepath] master: #11, give better section titles (772cc9b)

git at git.haskell.org git at git.haskell.org
Thu Mar 19 11:37:30 UTC 2015


Repository : ssh://git@git.haskell.org/filepath

On branch  : master
Link       : http://git.haskell.org/packages/filepath.git/commitdiff/772cc9bf352066660947f12e221a29a01a5d395c

>---------------------------------------------------------------

commit 772cc9bf352066660947f12e221a29a01a5d395c
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Mon Nov 10 11:15:11 2014 +0000

    #11, give better section titles


>---------------------------------------------------------------

772cc9bf352066660947f12e221a29a01a5d395c
 System/FilePath/Internal.hs | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/System/FilePath/Internal.hs b/System/FilePath/Internal.hs
index 1f5c855..07eafb2 100644
--- a/System/FilePath/Internal.hs
+++ b/System/FilePath/Internal.hs
@@ -68,19 +68,15 @@ module System.FilePath.MODULE_NAME
     searchPathSeparator, isSearchPathSeparator,
     extSeparator, isExtSeparator,
 
-    -- * Path methods (environment $PATH)
+    -- * @$PATH@ methods
     splitSearchPath, getSearchPath,
 
-    -- * Extension methods
+    -- * Extension functions
     splitExtension,
     takeExtension, replaceExtension, (-<.>), dropExtension, addExtension, hasExtension, (<.>),
     splitExtensions, dropExtensions, takeExtensions,
 
-    -- * Drive methods
-    splitDrive, joinDrive,
-    takeDrive, hasDrive, dropDrive, isDrive,
-
-    -- * Operations on a FilePath, as a list of directories
+    -- * Filename\/directory functions
     splitFileName,
     takeFileName, replaceFileName, dropFileName,
     takeBaseName, replaceBaseName,
@@ -88,12 +84,16 @@ module System.FilePath.MODULE_NAME
     combine, (</>),
     splitPath, joinPath, splitDirectories,
 
-    -- * Low level FilePath operators
+    -- * Drive functions
+    splitDrive, joinDrive,
+    takeDrive, hasDrive, dropDrive, isDrive,
+
+    -- * Trailing slash functions
     hasTrailingPathSeparator,
     addTrailingPathSeparator,
     dropTrailingPathSeparator,
 
-    -- * File name manipulators
+    -- * File name manipulations
     normalise, equalFilePath,
     makeRelative,
     isRelative, isAbsolute,



More information about the ghc-commits mailing list