summaryrefslogtreecommitdiff
path: root/src/Hakyll/Core/Compiler.hs
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2011-05-30 11:45:22 +0200
committerJasper Van der Jeugt <jaspervdj@gmail.com>2011-05-30 11:45:22 +0200
commit44fc490a418d1d102633d74626e6343c827a5758 (patch)
treee0bec98450a41f329e9080333c790bda9c825223 /src/Hakyll/Core/Compiler.hs
parent7f7494cd1448ea4c05756abdf2d6dd4d8430cd31 (diff)
downloadhakyll-44fc490a418d1d102633d74626e6343c827a5758.tar.gz
Minor changes in Page haddocks
Diffstat (limited to 'src/Hakyll/Core/Compiler.hs')
-rw-r--r--src/Hakyll/Core/Compiler.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Hakyll/Core/Compiler.hs b/src/Hakyll/Core/Compiler.hs
index 28d466c..d63c420 100644
--- a/src/Hakyll/Core/Compiler.hs
+++ b/src/Hakyll/Core/Compiler.hs
@@ -230,7 +230,7 @@ getDependency id' = CompilerM $ do
Found x -> return x
where
notFound =
- "Hakyll.Core.Compiler.getDependency: " ++ show id' ++ " was "
+ "Hakyll.Core.Compiler.getDependency: " ++ show id' ++ " was " ++
"not found in the cache, the cache might be corrupted or " ++
"the item you are referring to might not exist"
wrongType e r =