summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-08Bump version to 4.9.3.0Jasper Van der Jeugt2-1/+7
2017-01-08Add note about `version` in `createRedirects` docJasper Van der Jeugt1-1/+3
2017-01-07Fix Redirect exampleJasper Van der Jeugt1-1/+4
2017-01-07Add redirect module to HakyllJasper Van der Jeugt3-1/+86
2017-01-07Add rahul.nu to examplesJasper Van der Jeugt1-0/+2
2016-12-22Fix the exit code behaviour of checkJasper Van der Jeugt2-3/+3
2016-12-22Expose Hakyll.CommandsJasper Van der Jeugt1-1/+1
2016-12-08Add tests/data/just-meta files to cabalJasper Van der Jeugt1-0/+2
2016-12-01Bump pandoc dependency to 1.19Jasper Van der Jeugt2-3/+8
2016-11-16Merge pull request #482 from nickie/fix-yaml-numberJasper Van der Jeugt5-1/+22
2016-11-16Merge pull request #484 from alexanderlobov/new-exampleJasper Van der Jeugt1-0/+2
2016-11-13Added alexanderlobov.ru to examplesAlexander Lobov1-0/+2
2016-10-31Add testNikolaos S. Papaspyrou4-0/+17
2016-10-31Add commentNikolaos S. Papaspyrou1-0/+2
2016-10-31Bump hakyll to 4.9.1.0Jasper Van der Jeugt2-1/+8
2016-10-31Bump QuickCheck, http-conduit and pandocJasper Van der Jeugt2-7/+8
2016-10-31Merge pull request #478 from lfairy/update-depsJasper Van der Jeugt3-5/+5
2016-10-31Fix integer fields in YAML metadataNikolaos S. Papaspyrou1-1/+3
2016-10-27Merge pull request #480 from jflanglois/fix-extra-test-filesJasper Van der Jeugt1-0/+5
2016-10-27Merge pull request #481 from felixonmars/patch-1Jasper Van der Jeugt1-2/+2
2016-10-27Allow pandoc 1.18Felix Yan1-2/+2
2016-10-23Fix extra test files for packaging source files.Julien Langlois1-0/+5
2016-10-17Bump version to 4.9.0.0Jasper Van der Jeugt2-1/+21
2016-10-17Move from test-framework to tastyJasper Van der Jeugt21-89/+85
2016-10-17Merge pull request #464 from yogsototh/fix-feed-with-cdataJasper Van der Jeugt1-1/+7
2016-10-16Merge pull request #463 from NicoleRauch/masterJasper Van der Jeugt4-9/+97
2016-10-14Update to optparse-applicative 0.13Chris Wong2-2/+3
2016-10-14Update to http-conduit 2.2Chris Wong2-4/+3
2016-09-07Merge pull request #472 from jakzale/masterJasper Van der Jeugt1-3/+9
2016-09-06Update git fetch and fix rsync for stackJakub Z1-3/+9
2016-08-31Merge pull request #470 from dikmax/patch-1Jasper Van der Jeugt1-2/+0
2016-08-31Remove https://dikmax.name/ from examples.Maxim Dikun1-2/+0
2016-08-31Merge pull request #469 from juhp/patch-1Jasper Van der Jeugt1-1/+1
2016-08-31prettyPrintParseException was introduced in yaml-0.8.11 Jens Petersen1-1/+1
2016-08-23Add johnduhamel to examplesJasper Van der Jeugt1-0/+2
2016-08-18Fix feed generator when item contains CDATAYann Esposito (Yogsototh)1-1/+7
2016-08-16Add nicolerauch.de to examplesJasper Van der Jeugt1-0/+2
2016-08-15Also trim whitespace around colons.Nicole Rauch2-2/+4
2016-08-14Removed two compiler warnings (unnecessary imports).Nicole Rauch1-2/+0
2016-08-14Unified the constant cases in all three functions.Nicole Rauch1-8/+8
2016-08-14Extracted a helper method because it was defined locally twice.Nicole Rauch1-8/+11
2016-08-14Do not strip comments that are inside constants.Nicole Rauch2-1/+6
2016-08-14Compressed the code by grouping the guards together.Nicole Rauch1-9/+6
2016-08-14We must avoid the compression of whitespace in constants by handling it in th...Nicole Rauch2-2/+15
2016-08-14Improved the compaction a bit more.Nicole Rauch2-2/+3
2016-08-14Compacted the code by unifying all the similar prefix options.Nicole Rauch1-9/+6
2016-08-14Compacted the tests and made them more readable.Nicole Rauch1-22/+11
2016-08-14We need to constantly check whether we are at the start of a constant, not ju...Nicole Rauch2-9/+17
2016-08-14Adding tests that make sure that whitespace at the start or end of constants ...Nicole Rauch1-0/+5
2016-08-14Adding tests that make sure that the constant terminators don't get mixed up.Nicole Rauch1-0/+5