From 44fc490a418d1d102633d74626e6343c827a5758 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Mon, 30 May 2011 11:45:22 +0200 Subject: Minor changes in Page haddocks --- src/Hakyll/Core/Compiler.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Hakyll/Core/Compiler.hs') 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 = -- cgit v1.2.3