summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-02Escaped carries allong it's escaped valueJasper Van der Jeugt2-7/+11
2011-01-02Add toUrl, move & optimize replaceAll a bitJasper Van der Jeugt3-18/+36
2010-12-31Add Hakyll.Web moduleJasper Van der Jeugt2-1/+22
2010-12-31Check modification only onceJasper Van der Jeugt3-9/+25
2010-12-31Add resourceExists functionJasper Van der Jeugt1-0/+6
2010-12-31Prototype of the 'cached' arrow transformerJasper Van der Jeugt5-22/+50
2010-12-31Add wasModified methodJasper Van der Jeugt1-0/+20
2010-12-31Add $category fieldJasper Van der Jeugt1-7/+12
2010-12-30Backport CompressCss moduleJasper Van der Jeugt1-0/+56
2010-12-30Add $title, $root and $url fieldsJasper Van der Jeugt1-2/+34
2010-12-30Add Template moduleJasper Van der Jeugt2-0/+93
2010-12-30Cleanup, split up page moduleJasper Van der Jeugt7-31/+76
2010-12-30Compiler → {Compiler, Compiler.Internal}Jasper Van der Jeugt3-90/+109
2010-12-30Remove compileFromString functionJasper Van der Jeugt1-10/+0
2010-12-30Add CopyFile newtypeJasper Van der Jeugt1-1/+16
2010-12-30Cleanup arrow codeJasper Van der Jeugt4-29/+25
2010-12-30More arrowsJasper Van der Jeugt4-38/+77
2010-12-29Experimental arrow-based approachJasper Van der Jeugt7-159/+98
2010-12-29Add requireAll functionJasper Van der Jeugt2-6/+34
2010-12-28Use Typeable instead of ADTJasper Van der Jeugt9-68/+131
2010-12-27Binary instance for PageJasper Van der Jeugt1-0/+7
2010-12-27Add a snapshot state to target monadJasper Van der Jeugt1-3/+15
2010-12-27Targets have access to the storeJasper Van der Jeugt2-7/+12
2010-12-27Make pandoc functions work on pages by defaultJasper Van der Jeugt2-19/+29
2010-12-27Fix typo in commentsJasper Van der Jeugt1-7/+5
2010-12-27Add Page parserJasper Van der Jeugt1-0/+62