summaryrefslogtreecommitdiff
path: root/src/Hakyll/Core/Compiler/Internal.hs
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2011-02-25 14:36:34 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2011-02-25 14:36:34 +0100
commitc89cfdb456deda5a81b52d9e8516d635e82f70d8 (patch)
tree00aaafda1e835bc2028f65de95105809e479bc07 /src/Hakyll/Core/Compiler/Internal.hs
parent730eebe9894e73b7e86a6e5a7546ab5b2484c65d (diff)
downloadhakyll-c89cfdb456deda5a81b52d9e8516d635e82f70d8.tar.gz
Add `byExtension` compiler
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 d37c7ef..53df044 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
+ , DependencyEnvironment (..)
, CompilerEnvironment (..)
, CompilerM (..)
, Compiler (..)