summaryrefslogtreecommitdiff
path: root/src/Hakyll/Core/Run.hs
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2011-02-10 20:05:50 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2011-02-10 20:05:50 +0100
commitc03607e08751c3ce0e7c4cb70f9168f7f0237663 (patch)
tree6788ffd972aae3bf257a898e7beb23521c82d4cf /src/Hakyll/Core/Run.hs
parent77f37c1443293b791841538bf860e346536e306d (diff)
downloadhakyll-c03607e08751c3ce0e7c4cb70f9168f7f0237663.tar.gz
Add prototype inotify backend
Diffstat (limited to 'src/Hakyll/Core/Run.hs')
-rw-r--r--src/Hakyll/Core/Run.hs3
1 files changed, 0 insertions, 3 deletions
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