summaryrefslogtreecommitdiff
path: root/src/Text/Hakyll.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Text/Hakyll.hs')
-rw-r--r--src/Text/Hakyll.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Text/Hakyll.hs b/src/Text/Hakyll.hs
index 295f32e..5c2fbd5 100644
--- a/src/Text/Hakyll.hs
+++ b/src/Text/Hakyll.hs
@@ -39,8 +39,7 @@ build configuration buildFunction = do putStrLn "Generating..."
-- | Clean up directories.
clean :: IO ()
-clean = do remove' "_cache"
- remove' "_site"
+clean = remove' "_site"
where
remove' dir = do putStrLn $ "Removing " ++ dir ++ "..."
exists <- doesDirectoryExist dir