Commit Graph

1692 Commits

Author SHA1 Message Date
Jasper Van der Jeugt
0790ebde67 Bump year in LICENSE 2017-01-22 23:51:03 +01:00
Jasper Van der Jeugt
5390e1d6fc Add note about hakyll-init in README 2017-01-22 23:49:56 +01:00
Jasper Van der Jeugt
10472ac86c Merge pull request #516 from sjakobi/move-hakyll-init
Move hakyll-init to https://github.com/jaspervdj/hakyll-init
2017-01-22 23:48:20 +01:00
Simon Jakobi
e46adb860c Move hakyll-init to https://github.com/jaspervdj/hakyll-init 2017-01-22 18:08:25 +01:00
Jasper Van der Jeugt
d0ebefba0e Bump version to 4.9.4.0 2017-01-22 17:48:58 +01:00
Jasper Van der Jeugt
e2613e056e Bump directory to 1.3, time to 1.7, vector to 0.12 2017-01-22 17:36:33 +01:00
Jasper Van der Jeugt
c58ba6ab44 Merge pull request #511 from beerendlauwers/patch-1
Add HaskAnything to the examples page.
2017-01-17 13:32:17 +01:00
Jasper Van der Jeugt
0650815127 Merge pull request #512 from beerendlauwers/patch-2
Added information about the separator functionality in $for$.
2017-01-17 13:23:21 +01:00
Beerend Lauwers
7558a4c73d Added information about the separator functionality in $for$. 2017-01-17 07:36:35 +01:00
Beerend Lauwers
7d994fe18c Add HaskAnything to the examples page. 2017-01-16 09:21:49 +01:00
Jasper Van der Jeugt
9770dd98b0 Merge pull request #506 from clample/concurrent-check
Make url check concurrent
2017-01-09 12:22:40 +01:00
Jasper Van der Jeugt
3930890e9d Bump version to 4.9.3.0 2017-01-08 12:40:04 +01:00
Jasper Van der Jeugt
85a69c9040 Add note about version in createRedirects doc 2017-01-08 12:36:10 +01:00
Jasper Van der Jeugt
9992643c7a Fix Redirect example 2017-01-07 19:08:02 +01:00
Jasper Van der Jeugt
718c9a407c Add redirect module to Hakyll 2017-01-07 17:27:37 +01:00
Jasper Van der Jeugt
5bfff2bf41 Add rahul.nu to examples 2017-01-07 13:01:26 +01:00
chrislample
340b86d229
Make url check concurrent
Resolves #479
2017-01-05 12:15:04 -05:00
Jasper Van der Jeugt
6f5b1c05f4 Fix the exit code behaviour of check
Fixes #496
2016-12-22 13:33:28 +01:00
Jasper Van der Jeugt
3f4de12cc3 Expose Hakyll.Commands 2016-12-22 13:31:14 +01:00
Jasper Van der Jeugt
2adb60f1c5 Add tests/data/just-meta files to cabal 2016-12-08 11:51:40 +01:00
Jasper Van der Jeugt
ead4d71cdc Bump pandoc dependency to 1.19 2016-12-01 15:35:41 +01:00
Jasper Van der Jeugt
0382eee8c8 Merge pull request #482 from nickie/fix-yaml-number
Fix integer fields in YAML metadata
2016-11-16 17:42:40 +01:00
Jasper Van der Jeugt
e61d910ad8 Merge pull request #484 from alexanderlobov/new-example
Added alexanderlobov.ru to examples
2016-11-16 12:54:28 +01:00
Alexander Lobov
39a293df68 Added alexanderlobov.ru to examples 2016-11-13 22:27:53 +03:00
Nikolaos S. Papaspyrou
f9f8603c32 Add test 2016-10-31 15:04:42 +02:00
Nikolaos S. Papaspyrou
3aa07ea334 Add comment 2016-10-31 14:45:13 +02:00
Jasper Van der Jeugt
59053d0f02 Bump hakyll to 4.9.1.0 2016-10-31 11:27:13 +01:00
Jasper Van der Jeugt
521e4b0f0b Bump QuickCheck, http-conduit and pandoc 2016-10-31 11:23:36 +01:00
Jasper Van der Jeugt
04945a51d8 Merge pull request #478 from lfairy/update-deps
Update dependencies!
2016-10-31 11:06:41 +01:00
Nikolaos S. Papaspyrou
6fbffc586c Fix integer fields in YAML metadata
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-31 10:36:41 +02:00
Jasper Van der Jeugt
ab34240bb5 Merge pull request #480 from jflanglois/fix-extra-test-files
Fix extra test files for packaging source files.
2016-10-27 15:56:00 +02:00
Jasper Van der Jeugt
728174358e Merge pull request #481 from felixonmars/patch-1
Allow pandoc 1.18
2016-10-27 15:50:57 +02:00
Felix Yan
5aaf4a14a2 Allow pandoc 1.18
Building with the latest version went fine and seems to work correctly.
2016-10-27 13:25:49 +08:00
Julien Langlois
b31886cdba Fix extra test files for packaging source files. 2016-10-23 22:24:21 -07:00
Jasper Van der Jeugt
3c73cd1e32 Bump version to 4.9.0.0 2016-10-17 11:17:47 +02:00
Jasper Van der Jeugt
2db34f050a Move from test-framework to tasty 2016-10-17 11:05:25 +02:00
Jasper Van der Jeugt
43e78fcdc7 Merge pull request #464 from yogsototh/fix-feed-with-cdata
Fix feed generator when item contains CDATA
2016-10-17 09:46:23 +02:00
Jasper Van der Jeugt
9d4640b764 Merge pull request #463 from NicoleRauch/master
Bugfix: CompressCss modified CSS string constants which it should not do
2016-10-16 10:41:34 +02:00
Chris Wong
218d68363a Update to optparse-applicative 0.13 2016-10-14 23:07:04 +13:00
Chris Wong
ccb004ba10 Update to http-conduit 2.2
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-10-14 23:07:04 +13:00
Jasper Van der Jeugt
32e34f435c Merge pull request #472 from jakzale/master
Update git fetch and fix rsync for stack
2016-09-07 09:24:02 +08:00
Jakub Z
f7047b5bdf Update git fetch and fix rsync for stack 2016-09-06 18:53:05 +01:00
Jasper Van der Jeugt
2fff87b9f5 Merge pull request #470 from dikmax/patch-1
Remove https://dikmax.name/ from examples.
2016-08-31 11:36:47 +02:00
Maxim Dikun
481e169cdc Remove https://dikmax.name/ from examples.
I don't use Hakyll anymore.
2016-08-31 11:33:52 +02:00
Jasper Van der Jeugt
761d3473fc Merge pull request #469 from juhp/patch-1
prettyPrintParseException was introduced in yaml-0.8.11
2016-08-31 11:11:01 +02:00
Jens Petersen
0efdb16a62 prettyPrintParseException was introduced in yaml-0.8.11
hakyll does not build with earlier versions of yaml that didn't provide `prettyPrintParseException`.
2016-08-31 13:51:21 +09:00
Jasper Van der Jeugt
89cb416ea3 Add johnduhamel to examples 2016-08-23 13:18:35 +02:00
Yann Esposito (Yogsototh)
43d2736a2b
Fix feed generator when item contains CDATA 2016-08-18 01:22:50 +02:00
Jasper Van der Jeugt
2ef6d118df Add nicolerauch.de to examples 2016-08-16 11:33:49 -04:00
Nicole Rauch
9f850a9035 Also trim whitespace around colons. 2016-08-15 00:05:19 +02:00