summaryrefslogtreecommitdiff
path: root/src/Hakyll/Core/Run.hs
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2011-02-25 14:17:30 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2011-02-25 14:17:30 +0100
commit730eebe9894e73b7e86a6e5a7546ab5b2484c65d (patch)
treed3ac3ae4dce7be44096fd442ca444953fdd4a6df /src/Hakyll/Core/Run.hs
parentb50710ca59b5690965c36036c0171c9cd8d3ac27 (diff)
downloadhakyll-730eebe9894e73b7e86a6e5a7546ab5b2484c65d.tar.gz
The dependency analyzer now knows a little more
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 42db80a..09864be 100644
--- a/src/Hakyll/Core/Run.hs
+++ b/src/Hakyll/Core/Run.hs
@@ -118,7 +118,7 @@ addNewCompilers oldCompilers newCompilers = Runtime $ do
-- Get all dependencies for the compilers
dependencies = flip map compilers $ \(id', compiler) ->
- let deps = runCompilerDependencies compiler provider
+ let deps = runCompilerDependencies compiler id' provider
in (id', deps)
-- Create a compiler map (Id -> Compiler)