summaryrefslogtreecommitdiff
path: root/src/Hakyll/Core/Compiler.hs
AgeCommit message (Expand)AuthorFilesLines
2011-01-24Define all require functions in arrowsJasper Van der Jeugt1-19/+30
2011-01-19Fix typo in requireAllA doc (thanks beastaugh)Jasper Van der Jeugt1-1/+1
2011-01-18Add requireA/requireAllA functionsJasper Van der Jeugt1-0/+18
2011-01-17Allow IO operations in compilersJasper Van der Jeugt1-0/+7
2011-01-17Clearer error messageJasper Van der Jeugt1-1/+2
2011-01-07Metacompilers now work, todo: cleanupJasper Van der Jeugt1-7/+2
2011-01-07Renaming for consistencyJasper Van der Jeugt1-1/+1
2011-01-07Add compilers producing compilersJasper Van der Jeugt1-13/+22
2011-01-07Add waitFor directiveJasper Van der Jeugt1-1/+7
2011-01-04Add in-memory map to storeJasper Van der Jeugt1-15/+9
2011-01-04Add relativize URL's functionalityJasper Van der Jeugt1-1/+6
2011-01-03Store result automatically using runCompilerJasper Van der Jeugt1-8/+19
2011-01-03Avoid looking at up-to-date items at allJasper Van der Jeugt1-5/+29
2010-12-31Check modification only onceJasper Van der Jeugt1-2/+1
2010-12-31Prototype of the 'cached' arrow transformerJasper Van der Jeugt1-0/+23
2010-12-30Cleanup, split up page moduleJasper Van der Jeugt1-2/+11
2010-12-30Compiler → {Compiler, Compiler.Internal}Jasper Van der Jeugt1-88/+10
2010-12-30Remove compileFromString functionJasper Van der Jeugt1-10/+0
2010-12-30Cleanup arrow codeJasper Van der Jeugt1-2/+2
2010-12-30More arrowsJasper Van der Jeugt1-21/+33
2010-12-29Experimental arrow-based approachJasper Van der Jeugt1-35/+69
2010-12-29Add requireAll functionJasper Van der Jeugt1-4/+24
2010-12-28Use Typeable instead of ADTJasper Van der Jeugt1-11/+18
2010-12-26Consistent naming: target vs compilerJasper Van der Jeugt1-10/+4
2010-12-26Add targetFromString compiler functionJasper Van der Jeugt1-0/+9
2010-12-25Add Compiler moduleJasper Van der Jeugt1-0/+80