diff options
Diffstat (limited to 'src/Hakyll/Core/Rules.hs')
-rw-r--r-- | src/Hakyll/Core/Rules.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Hakyll/Core/Rules.hs b/src/Hakyll/Core/Rules.hs index dd0d9a6..1060af9 100644 --- a/src/Hakyll/Core/Rules.hs +++ b/src/Hakyll/Core/Rules.hs @@ -109,6 +109,8 @@ route pattern route' = tellRoute $ ifMatch pattern route' -- | Add a compiler that produces other compilers over time -- +-- TODO: Rename to metaCompile? Auto-generate identifier? +-- addCompilers :: (Binary a, Typeable a, Writable a) => Identifier -- ^ Identifier for this compiler |