diff options
| author | Jasper Van der Jeugt <m@jaspervdj.be> | 2012-11-08 12:45:26 +0100 |
|---|---|---|
| committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2012-11-08 12:45:26 +0100 |
| commit | 89f324f81b40d6818e6307794fe06b60053adbc0 (patch) | |
| tree | e8c4f7fb869597ede5f283913cd0633be6830af6 /src/Hakyll/Core/Util | |
| parent | e5c97d978bf34bdc98d97bf42ee2be29a5af4242 (diff) | |
| download | hakyll-89f324f81b40d6818e6307794fe06b60053adbc0.tar.gz | |
Pick metadata parsing from old develop
Diffstat (limited to 'src/Hakyll/Core/Util')
| -rw-r--r-- | src/Hakyll/Core/Util/File.hs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Hakyll/Core/Util/File.hs b/src/Hakyll/Core/Util/File.hs index 06a4f78..160ee6f 100644 --- a/src/Hakyll/Core/Util/File.hs +++ b/src/Hakyll/Core/Util/File.hs @@ -24,9 +24,7 @@ import Hakyll.Core.Configuration makeDirectories :: FilePath -> IO () makeDirectories = createDirectoryIfMissing True . takeDirectory --- | Get all contents of a directory. Note that files starting with a dot (.) --- will be ignored. --- +-- | Get all contents of a directory. getRecursiveContents :: Bool -- ^ Include directories? -> FilePath -- ^ Directory to search -> IO [FilePath] -- ^ List of files found |
