From 2ceb5f59d0728c380ad7b4f319a9282741e715b9 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Mon, 3 Jan 2011 22:13:04 +0100 Subject: Avoid looking at up-to-date items at all --- src/Hakyll/Core/Compiler/Internal.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Hakyll/Core/Compiler') diff --git a/src/Hakyll/Core/Compiler/Internal.hs b/src/Hakyll/Core/Compiler/Internal.hs index a4dd695..262cda0 100644 --- a/src/Hakyll/Core/Compiler/Internal.hs +++ b/src/Hakyll/Core/Compiler/Internal.hs @@ -32,7 +32,7 @@ type Dependencies = Set Identifier -- | A lookup with which we can get dependencies -- -type DependencyLookup = Identifier -> CompiledItem +type DependencyLookup = Identifier -> Maybe CompiledItem -- | Environment in which a compiler runs -- -- cgit v1.2.3