summaryrefslogtreecommitdiff
path: root/src/Hakyll/Core/Compiler/Internal.hs
AgeCommit message (Expand)AuthorFilesLines
2012-11-18Add Item abstractionJasper Van der Jeugt1-4/+4
2012-11-14Refactor logger a bitJasper Van der Jeugt1-3/+33
2012-11-13WIPJasper Van der Jeugt1-11/+22
2012-11-13Work a bit on new runtimeJasper Van der Jeugt1-10/+19
2012-11-13Simplify stuffJasper Van der Jeugt1-37/+10
2012-11-12WIPJasper Van der Jeugt1-154/+89
2012-11-10More efficient instances for compilerJasper Van der Jeugt1-8/+42
2012-11-10Context module?Jasper Van der Jeugt1-2/+4
2012-11-09Rewrite template applicationJasper Van der Jeugt1-0/+6
2012-11-09Alternative instance for CompilerJasper Van der Jeugt1-31/+72
2012-11-09Remove Resource typeJasper Van der Jeugt1-1/+1
2011-05-24Type-safe identifiersJasper Van der Jeugt1-12/+12
2011-04-12Major refactoring of identifiers/resources/groupsJasper Van der Jeugt1-12/+16
2011-04-05New resource module hierarchyJasper Van der Jeugt1-1/+1
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