From fee73b93adb1f4a69fa192235c82ede1d529486c Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Fri, 9 Jan 2015 13:14:04 +0100 Subject: Fix another dependency cycle issue Closes #326 --- src/Hakyll/Core/Runtime.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Hakyll/Core/Runtime.hs b/src/Hakyll/Core/Runtime.hs index 3809936..ea5f811 100644 --- a/src/Hakyll/Core/Runtime.hs +++ b/src/Hakyll/Core/Runtime.hs @@ -208,13 +208,13 @@ chase trail id' -- Signal that a snapshot was saved -> CompilerSnapshot snapshot c -> do - -- Update info and just continue. + -- Update info. The next 'chase' will pick us again at some + -- point so we can continue then. modify $ \s -> s { runtimeSnapshots = S.insert (id', snapshot) (runtimeSnapshots s) , runtimeTodo = M.insert id' c (runtimeTodo s) } - chase trail id' -- Huge success CompilerDone (SomeItem item) cwrite -> do -- cgit v1.2.3