diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2011-02-10 20:05:50 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2011-02-10 20:05:50 +0100 |
commit | c03607e08751c3ce0e7c4cb70f9168f7f0237663 (patch) | |
tree | 6788ffd972aae3bf257a898e7beb23521c82d4cf /src/Hakyll/Core | |
parent | 77f37c1443293b791841538bf860e346536e306d (diff) | |
download | hakyll-c03607e08751c3ce0e7c4cb70f9168f7f0237663.tar.gz |
Add prototype inotify backend
Diffstat (limited to 'src/Hakyll/Core')
-rw-r--r-- | src/Hakyll/Core/Run.hs | 3 |
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 |