From 01b177e0861c7465d5b76ec4c7bd67966a9a7ca4 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Tue, 29 Dec 2009 15:11:20 +0100 Subject: Fixed typo. Making another attempt to have it built on hackage... --- src/Text/Hakyll/File.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Text/Hakyll/File.hs') diff --git a/src/Text/Hakyll/File.hs b/src/Text/Hakyll/File.hs index e138312..5f5e58b 100644 --- a/src/Text/Hakyll/File.hs +++ b/src/Text/Hakyll/File.hs @@ -51,7 +51,7 @@ getRecursiveContents topdir = do directory :: (FilePath -> IO ()) -> FilePath -> IO () directory action dir = getRecursiveContents dir >>= mapM_ action --- | Check is a cache file is still valid. +-- | Check if a cache file is still valid. isCacheValid :: FilePath -> [FilePath] -> IO Bool isCacheValid cache depends = doesFileExist cache >>= \exists -> if not exists then return False -- cgit v1.2.3