summaryrefslogtreecommitdiff
path: root/src/Hakyll
AgeCommit message (Expand)AuthorFilesLines
2011-02-07Lazy pattern matching for compiler compositionJasper Van der Jeugt2-2/+4
2011-02-07Add mapAJasper Van der Jeugt1-4/+9
2011-02-06Backport sargon's fix (6d8154)Jasper Van der Jeugt1-1/+1
2011-02-06Add getRouteForJasper Van der Jeugt1-2/+7
2011-02-05Instantiate ArrowChoice for CompilerJasper Van der Jeugt1-1/+6
2011-02-03Route → RoutesJasper Van der Jeugt5-44/+46
2011-02-03Add command-line argsJasper Van der Jeugt1-2/+72
2011-02-03Add a top-level configuration typeJasper Van der Jeugt3-31/+76
2011-01-30Add setFieldA functionJasper Van der Jeugt1-2/+15
2011-01-30Autogenerate metacompiler indentifiersJasper Van der Jeugt1-14/+43
2011-01-25Add `fromCaptureString` functionJasper Van der Jeugt1-0/+21
2011-01-25Add suffix to store filesJasper Van der Jeugt1-1/+1
2011-01-25Functor & Applicative instances for CompilerJasper Van der Jeugt2-1/+11
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-18Micro cleanupJasper Van der Jeugt1-5/+5
2011-01-18Monoid instance for pageJasper Van der Jeugt1-0/+7
2011-01-18Backports feedsJasper Van der Jeugt3-0/+129
2011-01-18Add some more defaultsJasper Van der Jeugt2-1/+12
2011-01-18Make static server configurableJasper Van der Jeugt1-10/+26
2011-01-17Add prototype preview serverJasper Van der Jeugt1-0/+56
2011-01-17Allow IO operations in compilersJasper Van der Jeugt1-0/+7
2011-01-17Backport ContextManipulations → MetadataJasper Van der Jeugt3-23/+119
2011-01-17Clearer error messageJasper Van der Jeugt1-1/+2
2011-01-17Add renderTagCloud prototypeJasper Van der Jeugt1-1/+69
2011-01-17Add utility mapA functionJasper Van der Jeugt1-0/+6
2011-01-17Fix skipping certain compilers errorJasper Van der Jeugt2-5/+11
2011-01-14Micro-cleanupJasper Van der Jeugt10-20/+19
2011-01-11Rewrite Run module a bit, get rid off obsoleteJasper Van der Jeugt1-15/+21
2011-01-11sanitize function for DirectedGraphJasper Van der Jeugt1-3/+12
2011-01-08Migrate Reader → Reader, State in Run moduleJasper Van der Jeugt1-13/+26
2011-01-08Fully qualified errorsJasper Van der Jeugt5-5/+12
2011-01-07Metacompilers now work, todo: cleanupJasper Van der Jeugt6-62/+35
2011-01-07Metacompilers now work, except for "modified"Jasper Van der Jeugt1-2/+8
2011-01-07Binary/Typeable/Writable instances for TagsJasper Van der Jeugt1-1/+14
2011-01-07Add fromCapture(s)Jasper Van der Jeugt2-3/+27
2011-01-07Run metacompilers instead of ignoring themJasper Van der Jeugt1-14/+20
2011-01-07Rank N compilers (compiler in compilers in...)Jasper Van der Jeugt1-2/+2
2011-01-07Renaming for consistencyJasper Van der Jeugt3-6/+6
2011-01-07Restructure hakyllWith for metacompilersJasper Van der Jeugt1-60/+81
2011-01-07Move hakyllWith to hakyll monadJasper Van der Jeugt1-17/+38
2011-01-07Add compilers producing compilersJasper Van der Jeugt3-26/+61
2011-01-07Add waitFor directiveJasper Van der Jeugt1-1/+7
2011-01-05Proof-of-concept tag moduleJasper Van der Jeugt3-0/+67
2011-01-04Add in-memory map to storeJasper Van der Jeugt5-41/+61
2011-01-04Add relativize URL's functionalityJasper Van der Jeugt5-3/+49
2011-01-03Store result automatically using runCompilerJasper Van der Jeugt3-13/+22
2011-01-03Avoid looking at up-to-date items at allJasper Van der Jeugt5-28/+74
2011-01-03Store modified flags in a mapJasper Van der Jeugt1-6/+12