summaryrefslogtreecommitdiff
AgeCommit message (Collapse)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
Fixes #496
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
Fix integer fields in YAML metadata
2016-11-16Merge pull request #484 from alexanderlobov/new-exampleJasper Van der Jeugt1-0/+2
Added alexanderlobov.ru to examples
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
Update dependencies!
2016-10-31Fix integer fields in YAML metadataNikolaos S. Papaspyrou1-1/+3
If a numeric field contains an integer number, it should be shown as an integer number. Without this patch, the field: answer = 42 would be shown as "42.0". Before the introduction of YAML in metadata, this was treated as a string and therefore shown as just "42". This patch reinstates the older (and IMHO correct) behavior.
2016-10-27Merge pull request #480 from jflanglois/fix-extra-test-filesJasper Van der Jeugt1-0/+5
Fix extra test files for packaging source files.
2016-10-27Merge pull request #481 from felixonmars/patch-1Jasper Van der Jeugt1-2/+2
Allow pandoc 1.18
2016-10-27Allow pandoc 1.18Felix Yan1-2/+2
Building with the latest version went fine and seems to work correctly.
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
Fix feed generator when item contains CDATA
2016-10-16Merge pull request #463 from NicoleRauch/masterJasper Van der Jeugt4-9/+97
Bugfix: CompressCss modified CSS string constants which it should not do
2016-10-14Update to optparse-applicative 0.13Chris Wong2-2/+3
2016-10-14Update to http-conduit 2.2Chris Wong2-4/+3
The new `parseRequest` function doesn't throw on non-200 responses, so we don't need to account for these in the exception handler.
2016-09-07Merge pull request #472 from jakzale/masterJasper Van der Jeugt1-3/+9
Update git fetch and fix rsync for stack
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
Remove https://dikmax.name/ from examples.
2016-08-31Remove https://dikmax.name/ from examples.Maxim Dikun1-2/+0
I don't use Hakyll anymore.
2016-08-31Merge pull request #469 from juhp/patch-1Jasper Van der Jeugt1-1/+1
prettyPrintParseException was introduced in yaml-0.8.11
2016-08-31prettyPrintParseException was introduced in yaml-0.8.11 Jens Petersen1-1/+1
hakyll does not build with earlier versions of yaml that didn't provide `prettyPrintParseException`.
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 ↵Nicole Rauch2-2/+15
the same way.
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 ↵Nicole Rauch2-9/+17
just once.
2016-08-14Adding tests that make sure that whitespace at the start or end of constants ↵Nicole Rauch1-0/+5
does not get eaten.
2016-08-14Adding tests that make sure that the constant terminators don't get mixed up.Nicole Rauch1-0/+5