Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-15 | Bump version to 4.11.0.0 | Jasper Van der Jeugt | 1 | -1/+1 | |
2018-01-15 | Various dependency bumps | Jasper Van der Jeugt | 1 | -22/+18 | |
- Bump binary to 0.9 - Bump pandoc to 2.1 - Bump pandoc-citeproc to 0.13 - Bump http-types to 0.11 - Bump QuickCheck to 2.11 - Bump tasty to 1.0 - Bump tasty-hunit to 0.10 - Remove system-filepath dependency | |||||
2018-01-07 | Embed feed templates rather than using data-files | Roman Kuznetsov | 1 | -5/+6 | |
2017-12-30 | Fix pthread link error on GHC-8.2.2 | Shinya Yamaguchi | 1 | -3/+3 | |
2017-12-21 | Cabalize website | Jasper Van der Jeugt | 1 | -10/+36 | |
2017-12-18 | Bump version to 4.10.0.0 | Jasper Van der Jeugt | 1 | -1/+1 | |
2017-12-18 | Fix warnings and errors | Jasper Van der Jeugt | 1 | -0/+3 | |
2017-12-18 | Build on CircleCI | Jasper Van der Jeugt | 1 | -64/+64 | |
2017-12-17 | Get Travis working again (longer timeouts...) | Jasper Van der Jeugt | 1 | -2/+2 | |
2017-11-20 | Move to Pandoc 2 | Vaibhav Sagar | 1 | -8/+8 | |
2017-06-19 | Bump version to 4.9.8.0 | Jasper Van der Jeugt | 1 | -1/+1 | |
2017-06-19 | Move src/ to lib/, put Init.hs in src/ | Jasper Van der Jeugt | 1 | -1/+21 | |
2017-06-19 | Bump dependencies | Jasper Van der Jeugt | 1 | -6/+6 | |
- 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-19 | Restructure .cabal to avoid redundant compilation | Christopher League | 1 | -39/+13 | |
2017-06-10 | Bump version to 4.9.7.0 | Jasper Van der Jeugt | 1 | -1/+1 | |
2017-06-09 | Bump version to 4.9.6.0 | Jasper Van der Jeugt | 1 | -1/+1 | |
2017-06-09 | Tighten the dependency on pandoc-citeproc. | Mikhail Glushenkov | 1 | -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-02-09 | Bump version to 4.9.5.1 | Jasper Van der Jeugt | 1 | -1/+1 | |
2017-02-09 | Revert "Move hakyll-init to https://github.com/jaspervdj/hakyll-init" | Jasper Van der Jeugt | 1 | -0/+14 | |
This reverts commit e46adb860c2548db519940a36768482d7b49f0ef. | |||||
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 | 1 | -1/+1 | |
2017-01-23 | Bump version to 4.9.5.0 | Jasper Van der Jeugt | 1 | -1/+1 | |
2017-01-22 | Move hakyll-init to https://github.com/jaspervdj/hakyll-init | Simon Jakobi | 1 | -14/+0 | |
2017-01-22 | Bump version to 4.9.4.0 | Jasper Van der Jeugt | 1 | -1/+2 | |
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-08 | Bump version to 4.9.3.0 | Jasper Van der Jeugt | 1 | -1/+1 | |
2017-01-07 | Add redirect module to Hakyll | Jasper Van der Jeugt | 1 | -0/+1 | |
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 | 1 | -3/+3 | |
2016-10-31 | Bump hakyll to 4.9.1.0 | Jasper Van der Jeugt | 1 | -1/+1 | |
2016-10-31 | Bump QuickCheck, http-conduit and pandoc | Jasper Van der Jeugt | 1 | -5/+5 | |
2016-10-31 | Merge pull request #478 from lfairy/update-deps | Jasper Van der Jeugt | 1 | -2/+2 | |
Update dependencies! | |||||
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 | 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 | 1 | -1/+1 | |
2016-10-17 | Move from test-framework to tasty | Jasper Van der Jeugt | 1 | -7/+5 | |
2016-10-16 | Merge pull request #463 from NicoleRauch/master | Jasper Van der Jeugt | 1 | -0/+1 | |
Bugfix: CompressCss modified CSS string constants which it should not do | |||||
2016-10-14 | Update to optparse-applicative 0.13 | Chris Wong | 1 | -1/+1 | |
2016-10-14 | Update to http-conduit 2.2 | Chris Wong | 1 | -1/+1 | |
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-08-31 | prettyPrintParseException was introduced in yaml-0.8.11 | Jens Petersen | 1 | -1/+1 | |
hakyll does not build with earlier versions of yaml that didn't provide `prettyPrintParseException`. | |||||
2016-08-14 | Added some unit tests for CompressCss | Nicole Rauch | 1 | -0/+1 | |
2016-08-03 | Reorganise template module hierarchy | Jasper Van der Jeugt | 1 | -2/+3 | |
2016-07-31 | Merge pull request #453 from sk3r/cmd_parser_replacement | Jasper Van der Jeugt | 1 | -3/+4 | |
cmdArgs to Options.Applicative | |||||
2016-07-24 | cmdArgs to Options.Applicative | sk3r | 1 | -3/+4 | |
changed shell options parser from cmdAgrs to Options.Applicative | |||||
2016-07-24 | Working trimming but module loop and formatting req. | samgd | 1 | -1/+1 | |
2016-07-23 | Canonicalize file + initial if/for planning | samgd | 1 | -0/+1 | |
2016-07-22 | Fix test dependencies | Arguggi | 1 | -2/+4 | |
2016-07-22 | Switch preview server from Snap to Warp | Arguggi | 1 | -2/+4 | |