From c03607e08751c3ce0e7c4cb70f9168f7f0237663 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Thu, 10 Feb 2011 20:05:50 +0100 Subject: Add prototype inotify backend --- src/Hakyll/Core/Run.hs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Hakyll/Core') diff --git a/src/Hakyll/Core/Run.hs b/src/Hakyll/Core/Run.hs index 17a5f79..407a2b1 100644 --- a/src/Hakyll/Core/Run.hs +++ b/src/Hakyll/Core/Run.hs @@ -25,7 +25,6 @@ import Hakyll.Core.ResourceProvider import Hakyll.Core.ResourceProvider.FileResourceProvider import Hakyll.Core.Rules import Hakyll.Core.DirectedGraph -import Hakyll.Core.DirectedGraph.Dot import Hakyll.Core.DirectedGraph.DependencySolver import Hakyll.Core.Writable import Hakyll.Core.Store @@ -114,8 +113,6 @@ addNewCompilers oldCompilers newCompilers = Runtime $ do -- complete graph completeGraph <- mappend currentGraph . hakyllGraph <$> get - liftIO $ writeDot "dependencies.dot" show completeGraph - -- Check which items are up-to-date. This only needs to happen for the new -- compilers oldModified <- hakyllModified <$> get -- cgit v1.2.3