summaryrefslogtreecommitdiff
path: root/src/Hakyll/Core/Run.hs
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2010-12-31 12:38:12 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2010-12-31 12:38:12 +0100
commit5b67f20eab333a0a63eddae93fa114d8f5158c61 (patch)
tree56dd5a9f9dfb42cf250dd2160b57d30b50506220 /src/Hakyll/Core/Run.hs
parent70c7363b8c1ad250c5f68993867015ef68a8b46c (diff)
downloadhakyll-5b67f20eab333a0a63eddae93fa114d8f5158c61.tar.gz
Prototype of the 'cached' arrow transformer
Diffstat (limited to 'src/Hakyll/Core/Run.hs')
-rw-r--r--src/Hakyll/Core/Run.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Hakyll/Core/Run.hs b/src/Hakyll/Core/Run.hs
index ccb731c..636f9e4 100644
--- a/src/Hakyll/Core/Run.hs
+++ b/src/Hakyll/Core/Run.hs
@@ -67,7 +67,8 @@ hakyllWith rules provider store = do
where
addTarget route' map' (id', comp) = do
let url = runRoute route' id'
- compiled <- runCompilerJob comp id' provider (dependencyLookup map') url
+ compiled <- runCompilerJob comp id' provider (dependencyLookup map')
+ url store
putStrLn $ "Generated target: " ++ show id'
case url of