[project @ 2004-08-19 08:23:01 by simonmar]
authorsimonmar <unknown>
Thu, 19 Aug 2004 08:23:01 +0000 (08:23 +0000)
committersimonmar <unknown>
Thu, 19 Aug 2004 08:23:01 +0000 (08:23 +0000)
Add a new Haddock section "Pre-defined directories"

System/Directory.hs

index 9f8e38e..78dd94c 100644 (file)
@@ -24,6 +24,8 @@ module System.Directory
     , getDirectoryContents      -- :: FilePath -> IO [FilePath]
     , getCurrentDirectory       -- :: IO FilePath
     , setCurrentDirectory       -- :: FilePath -> IO ()
+
+    -- * Pre-defined directories
     , getHomeDirectory
     , getAppUserDataDirectory
     , getUserDocumentsDirectory