diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2011-02-25 14:36:34 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2011-02-25 14:36:34 +0100 |
commit | c89cfdb456deda5a81b52d9e8516d635e82f70d8 (patch) | |
tree | 00aaafda1e835bc2028f65de95105809e479bc07 /src/Hakyll/Core/Compiler | |
parent | 730eebe9894e73b7e86a6e5a7546ab5b2484c65d (diff) | |
download | hakyll-c89cfdb456deda5a81b52d9e8516d635e82f70d8.tar.gz |
Add `byExtension` compiler
Diffstat (limited to 'src/Hakyll/Core/Compiler')
-rw-r--r-- | src/Hakyll/Core/Compiler/Internal.hs | 1 |
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 (..) |