From 3cc1f5d185caf783013bbfe4858a1ed09b3329e0 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 19 Aug 2004 08:23:01 +0000 Subject: [PATCH] [project @ 2004-08-19 08:23:01 by simonmar] Add a new Haddock section "Pre-defined directories" --- System/Directory.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/System/Directory.hs b/System/Directory.hs index 9f8e38e..78dd94c 100644 --- a/System/Directory.hs +++ b/System/Directory.hs @@ -24,6 +24,8 @@ module System.Directory , getDirectoryContents -- :: FilePath -> IO [FilePath] , getCurrentDirectory -- :: IO FilePath , setCurrentDirectory -- :: FilePath -> IO () + + -- * Pre-defined directories , getHomeDirectory , getAppUserDataDirectory , getUserDocumentsDirectory -- 1.7.10.4