summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-06-19Bump dependenciesJasper Van der Jeugt2-23/+24
- Bump pandoc-citeproc to 0.10.5 - Bump optparse-applicative to 0.14 - Bump QuickCheck to 2.10 - Bump tasty-quickcheck to 0.9
2017-06-19Restructure .cabal to avoid redundant compilationChristopher League2-39/+13
2017-06-10Bump version to 4.9.7.0Jasper Van der Jeugt2-1/+6
2017-06-10Import Options.Applicative qualifiedJasper Van der Jeugt1-28/+55
2017-06-10Some small CSS compression improvementsNicole Rauch2-9/+14
* We now also compress whitespace around commas. * Remove whitespace around some other operators as well. * Clarified the code around the separator compression and even improved the code (one case slipped through unnoticed).
2017-06-09Bump version to 4.9.6.0Jasper Van der Jeugt2-1/+11
2017-06-09Tighten the dependency on pandoc-citeproc.Mikhail Glushenkov1-1/+1
0.10.5 added a new type CLabel to Text.CSL.Reference, which broke the orphan instance in Web.Pandoc.Binary. Note also that according to PVP a client that defines an orphan instance must depend on the minor version of the package defining the type.
2017-05-21Add bananasandlenses.net to examplesDenis Shevchenko1-0/+2
Add website of the Russian podcast about Haskell.
2017-05-21Add some tutorials and linksDaniel Campoverde3-0/+14
* Add Hakyll 4 example: Silly Bytes * Add external tutorial: Blogger porting * Add external tutorial: Cassius templating
2017-05-21Enable using custom parser for command line argumentsAlberto1-28/+56
2017-05-21Use semantic html in exampleElie Génard3-30/+33
2017-03-18Better error for `cached` on non-existing fileJasper Van der Jeugt1-1/+10
2017-03-17Add rosanbo.com to examplesPaul de Rosanbo1-0/+2
2017-03-16Add the Contributor Covenant. (#531)Evan Cofsky1-0/+45
2017-03-16Add limansky.me to examples (#492)Mike Limansky1-0/+2
2017-03-16Add anler.me to examples (#521)Anler Hernández Peral1-0/+2
2017-02-25Add argumatronic.com to examplesJasper Van der Jeugt1-2/+4
2017-02-20Added brandonstil.es to examples (#522)Civic Labs1-0/+2
2017-02-14Provide an `$allPages$` key when doing paginationJasper Van der Jeugt1-1/+28
This list offers in turn the `$num$`, `$url$` and `$isCurrent$` fields
2017-02-11Preserve file metadata in copyFileCompilerfrederik-h1-3/+11
2017-02-09Bump version to 4.9.5.1Jasper Van der Jeugt2-1/+7
2017-02-09Revert "Move hakyll-init to https://github.com/jaspervdj/hakyll-init"Jasper Van der Jeugt2-0/+110
This reverts commit e46adb860c2548db519940a36768482d7b49f0ef.
2017-02-09Revert "Add note about hakyll-init in README"Jasper Van der Jeugt1-5/+0
This reverts commit 5390e1d6fcbd093b873837d8dfdcf075e90b9a18.
2017-02-09Dependency version bumpsJasper Van der Jeugt1-6/+6
- Bump blaze-html to 0.9 - Bump blaze-markup to 0.8 - Bump process to 1.5
2017-01-23Merge branch 'release/4.9'Jasper Van der Jeugt2-1/+6
2017-01-23Bump version to 4.9.5.0Jasper Van der Jeugt2-1/+6
2017-01-23Fix ifdefs in Hakyll.CheckJasper Van der Jeugt1-15/+13
Fixes #518
2017-01-23Fix ifdefs in Hakyll.CheckJasper Van der Jeugt1-15/+13
Fixes #518
2017-01-22Bump year in LICENSEJasper Van der Jeugt1-1/+1
2017-01-22Add note about hakyll-init in READMEJasper Van der Jeugt1-0/+5
2017-01-22Merge pull request #516 from sjakobi/move-hakyll-initJasper Van der Jeugt2-110/+0
Move hakyll-init to https://github.com/jaspervdj/hakyll-init
2017-01-22Move hakyll-init to https://github.com/jaspervdj/hakyll-initSimon Jakobi2-110/+0
2017-01-22Bump version to 4.9.4.0Jasper Van der Jeugt4-10/+25
2017-01-22Bump directory to 1.3, time to 1.7, vector to 0.12Jasper Van der Jeugt1-7/+7
2017-01-17Merge pull request #511 from beerendlauwers/patch-1Jasper Van der Jeugt1-0/+2
Add HaskAnything to the examples page.
2017-01-17Merge pull request #512 from beerendlauwers/patch-2Jasper Van der Jeugt1-0/+14
Added information about the separator functionality in $for$.
2017-01-17Added information about the separator functionality in $for$.Beerend Lauwers1-0/+14
2017-01-16Add HaskAnything to the examples page.Beerend Lauwers1-0/+2
2017-01-09Merge pull request #506 from clample/concurrent-checkJasper Van der Jeugt1-73/+104
Make url check concurrent
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
2017-01-05Make url check concurrentchrislample1-73/+104
Resolves #479
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