summaryrefslogtreecommitdiff
path: root/src/Hakyll/Core/Compiler.hs
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2011-05-29 19:46:29 +0200
committerJasper Van der Jeugt <jaspervdj@gmail.com>2011-05-29 19:46:29 +0200
commit7f7494cd1448ea4c05756abdf2d6dd4d8430cd31 (patch)
tree201f43390c5ea02b58a8d21f6cae1140dbecadc0 /src/Hakyll/Core/Compiler.hs
parent2ed3df4811d42ae17111deddd079941d7b2932f4 (diff)
downloadhakyll-7f7494cd1448ea4c05756abdf2d6dd4d8430cd31.tar.gz
Some prototype work on the Page.List module
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 909f945..28d466c 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' ++ " not found " ++
+ "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 =