summaryrefslogtreecommitdiff
path: root/src/Hakyll/Core/Compiler/Internal.hs
AgeCommit message (Expand)AuthorFilesLines
2011-03-06Add ErrorT to CompilerM monad stackJasper Van der Jeugt1-4/+10
2011-02-25Add `byExtension` compilerJasper Van der Jeugt1-0/+1
2011-02-25The dependency analyzer now knows a little moreJasper Van der Jeugt1-5/+23
2011-02-21Add logger to Compiler monadJasper Van der Jeugt1-1/+6
2011-02-09Finish tags moduleJasper Van der Jeugt1-4/+4
2011-02-07Lazy pattern matching for compiler compositionJasper Van der Jeugt1-1/+1
2011-02-05Instantiate ArrowChoice for CompilerJasper Van der Jeugt1-1/+6
2011-02-03Route → RoutesJasper Van der Jeugt1-4/+5
2011-01-25Functor & Applicative instances for CompilerJasper Van der Jeugt1-1/+9
2011-01-14Micro-cleanupJasper Van der Jeugt1-2/+1
2011-01-07Metacompilers now work, todo: cleanupJasper Van der Jeugt1-0/+6
2011-01-04Add in-memory map to storeJasper Van der Jeugt1-11/+1
2011-01-03Store result automatically using runCompilerJasper Van der Jeugt1-0/+1
2011-01-03Avoid looking at up-to-date items at allJasper Van der Jeugt1-1/+1
2010-12-31Check modification only onceJasper Van der Jeugt1-6/+15
2010-12-31Prototype of the 'cached' arrow transformerJasper Van der Jeugt1-1/+5
2010-12-30Cleanup, split up page moduleJasper Van der Jeugt1-5/+8
2010-12-30Compiler → {Compiler, Compiler.Internal}Jasper Van der Jeugt1-0/+96