Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-11 | Preserve file metadata in copyFileCompiler | frederik-h | 1 | -3/+11 | |
2017-02-09 | Bump version to 4.9.5.1 | Jasper Van der Jeugt | 2 | -1/+7 | |
2017-02-09 | Revert "Move hakyll-init to https://github.com/jaspervdj/hakyll-init" | Jasper Van der Jeugt | 2 | -0/+110 | |
This reverts commit e46adb860c2548db519940a36768482d7b49f0ef. | |||||
2017-02-09 | Revert "Add note about hakyll-init in README" | Jasper Van der Jeugt | 1 | -5/+0 | |
This reverts commit 5390e1d6fcbd093b873837d8dfdcf075e90b9a18. | |||||
2017-02-09 | Dependency version bumps | Jasper Van der Jeugt | 1 | -6/+6 | |
- Bump blaze-html to 0.9 - Bump blaze-markup to 0.8 - Bump process to 1.5 | |||||
2017-01-23 | Merge branch 'release/4.9' | Jasper Van der Jeugt | 2 | -1/+6 | |
2017-01-23 | Bump version to 4.9.5.0 | Jasper Van der Jeugt | 2 | -1/+6 | |
2017-01-23 | Fix ifdefs in Hakyll.Check | Jasper Van der Jeugt | 1 | -15/+13 | |
Fixes #518 | |||||
2017-01-23 | Fix ifdefs in Hakyll.Check | Jasper Van der Jeugt | 1 | -15/+13 | |
Fixes #518 | |||||
2017-01-22 | Bump year in LICENSE | Jasper Van der Jeugt | 1 | -1/+1 | |
2017-01-22 | Add note about hakyll-init in README | Jasper Van der Jeugt | 1 | -0/+5 | |
2017-01-22 | Merge pull request #516 from sjakobi/move-hakyll-init | Jasper Van der Jeugt | 2 | -110/+0 | |
Move hakyll-init to https://github.com/jaspervdj/hakyll-init | |||||
2017-01-22 | Move hakyll-init to https://github.com/jaspervdj/hakyll-init | Simon Jakobi | 2 | -110/+0 | |
2017-01-22 | Bump version to 4.9.4.0 | Jasper Van der Jeugt | 4 | -10/+25 | |
2017-01-22 | Bump directory to 1.3, time to 1.7, vector to 0.12 | Jasper Van der Jeugt | 1 | -7/+7 | |
2017-01-17 | Merge pull request #511 from beerendlauwers/patch-1 | Jasper Van der Jeugt | 1 | -0/+2 | |
Add HaskAnything to the examples page. | |||||
2017-01-17 | Merge pull request #512 from beerendlauwers/patch-2 | Jasper Van der Jeugt | 1 | -0/+14 | |
Added information about the separator functionality in $for$. | |||||
2017-01-17 | Added information about the separator functionality in $for$. | Beerend Lauwers | 1 | -0/+14 | |
2017-01-16 | Add HaskAnything to the examples page. | Beerend Lauwers | 1 | -0/+2 | |
2017-01-09 | Merge pull request #506 from clample/concurrent-check | Jasper Van der Jeugt | 1 | -73/+104 | |
Make url check concurrent | |||||
2017-01-08 | Bump version to 4.9.3.0 | Jasper Van der Jeugt | 2 | -1/+7 | |
2017-01-08 | Add note about `version` in `createRedirects` doc | Jasper Van der Jeugt | 1 | -1/+3 | |
2017-01-07 | Fix Redirect example | Jasper Van der Jeugt | 1 | -1/+4 | |
2017-01-07 | Add redirect module to Hakyll | Jasper Van der Jeugt | 3 | -1/+86 | |
2017-01-07 | Add rahul.nu to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2017-01-05 | Make url check concurrent | chrislample | 1 | -73/+104 | |
Resolves #479 | |||||
2016-12-22 | Fix the exit code behaviour of check | Jasper Van der Jeugt | 2 | -3/+3 | |
Fixes #496 | |||||
2016-12-22 | Expose Hakyll.Commands | Jasper Van der Jeugt | 1 | -1/+1 | |
2016-12-08 | Add tests/data/just-meta files to cabal | Jasper Van der Jeugt | 1 | -0/+2 | |
2016-12-01 | Bump pandoc dependency to 1.19 | Jasper Van der Jeugt | 2 | -3/+8 | |
2016-11-16 | Merge pull request #482 from nickie/fix-yaml-number | Jasper Van der Jeugt | 5 | -1/+22 | |
Fix integer fields in YAML metadata | |||||
2016-11-16 | Merge pull request #484 from alexanderlobov/new-example | Jasper Van der Jeugt | 1 | -0/+2 | |
Added alexanderlobov.ru to examples | |||||
2016-11-13 | Added alexanderlobov.ru to examples | Alexander Lobov | 1 | -0/+2 | |
2016-10-31 | Add test | Nikolaos S. Papaspyrou | 4 | -0/+17 | |
2016-10-31 | Add comment | Nikolaos S. Papaspyrou | 1 | -0/+2 | |
2016-10-31 | Bump hakyll to 4.9.1.0 | Jasper Van der Jeugt | 2 | -1/+8 | |
2016-10-31 | Bump QuickCheck, http-conduit and pandoc | Jasper Van der Jeugt | 2 | -7/+8 | |
2016-10-31 | Merge pull request #478 from lfairy/update-deps | Jasper Van der Jeugt | 3 | -5/+5 | |
Update dependencies! | |||||
2016-10-31 | Fix integer fields in YAML metadata | Nikolaos S. Papaspyrou | 1 | -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-27 | Merge pull request #480 from jflanglois/fix-extra-test-files | Jasper Van der Jeugt | 1 | -0/+5 | |
Fix extra test files for packaging source files. | |||||
2016-10-27 | Merge pull request #481 from felixonmars/patch-1 | Jasper Van der Jeugt | 1 | -2/+2 | |
Allow pandoc 1.18 | |||||
2016-10-27 | Allow pandoc 1.18 | Felix Yan | 1 | -2/+2 | |
Building with the latest version went fine and seems to work correctly. | |||||
2016-10-23 | Fix extra test files for packaging source files. | Julien Langlois | 1 | -0/+5 | |
2016-10-17 | Bump version to 4.9.0.0 | Jasper Van der Jeugt | 2 | -1/+21 | |
2016-10-17 | Move from test-framework to tasty | Jasper Van der Jeugt | 21 | -89/+85 | |
2016-10-17 | Merge pull request #464 from yogsototh/fix-feed-with-cdata | Jasper Van der Jeugt | 1 | -1/+7 | |
Fix feed generator when item contains CDATA | |||||
2016-10-16 | Merge pull request #463 from NicoleRauch/master | Jasper Van der Jeugt | 4 | -9/+97 | |
Bugfix: CompressCss modified CSS string constants which it should not do | |||||
2016-10-14 | Update to optparse-applicative 0.13 | Chris Wong | 2 | -2/+3 | |
2016-10-14 | Update to http-conduit 2.2 | Chris Wong | 2 | -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-07 | Merge pull request #472 from jakzale/master | Jasper Van der Jeugt | 1 | -3/+9 | |
Update git fetch and fix rsync for stack |