summaryrefslogtreecommitdiff
path: root/src/Hakyll/Core/Run.hs
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2010-12-30 10:02:25 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2010-12-30 10:02:25 +0100
commit1c1133dfd6adae7c9c667d47eabaabb89cf8bdf9 (patch)
tree2703fd5ec098c2d37fdc98569706719462d84996 /src/Hakyll/Core/Run.hs
parent6268e4a4fe961ca810da1ecb2275142a301f0813 (diff)
downloadhakyll-1c1133dfd6adae7c9c667d47eabaabb89cf8bdf9.tar.gz
More arrows
Diffstat (limited to 'src/Hakyll/Core/Run.hs')
-rw-r--r--src/Hakyll/Core/Run.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Hakyll/Core/Run.hs b/src/Hakyll/Core/Run.hs
index 3bd1e6b..911e2f9 100644
--- a/src/Hakyll/Core/Run.hs
+++ b/src/Hakyll/Core/Run.hs
@@ -40,7 +40,7 @@ hakyllWith rules provider store = do
-- Get all dependencies
dependencies = flip map compilers $ \(id', compiler) ->
- let deps = compilerDependencies compiler
+ let deps = getDependencies compiler provider
in (id', deps)
-- Create a compiler map