summaryrefslogtreecommitdiff
path: root/src/Hakyll/Core/Compiler/Internal.hs
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2011-01-03 23:24:22 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2011-01-03 23:24:22 +0100
commite395b0af9a969b8a1d93ad0d9f0554841beb9298 (patch)
treee91c16f909105c60dae66734ceac9e7c29b27f58 /src/Hakyll/Core/Compiler/Internal.hs
parent2ceb5f59d0728c380ad7b4f319a9282741e715b9 (diff)
downloadhakyll-e395b0af9a969b8a1d93ad0d9f0554841beb9298.tar.gz
Store result automatically using runCompiler
Diffstat (limited to 'src/Hakyll/Core/Compiler/Internal.hs')
-rw-r--r--src/Hakyll/Core/Compiler/Internal.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Hakyll/Core/Compiler/Internal.hs b/src/Hakyll/Core/Compiler/Internal.hs
index 262cda0..1796565 100644
--- a/src/Hakyll/Core/Compiler/Internal.hs
+++ b/src/Hakyll/Core/Compiler/Internal.hs
@@ -3,6 +3,7 @@
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
module Hakyll.Core.Compiler.Internal
( Dependencies
+ , DependencyLookup
, CompilerEnvironment (..)
, CompilerM (..)
, Compiler (..)