Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-03-14 | Revert "File.hs: +symlink-based static file compiler; for multi-gigabyte ↵ | Jasper Van der Jeugt | 1 | -16/+0 | |
sites, this can be a major speedup (see #786) (#810)" This reverts commit 84157674d955778c806efdafda311b2732242b38. | |||||
2021-03-12 | add nliu.net to examples for shameless self-promotion (#836) | Norman Liu | 1 | -0/+2 | |
* added nliu.net to examples for shameless self-promotion * fixed comma formatting | |||||
2021-03-12 | Add `renderPandocWithTransform` and `renderPandocWithTransformM` | Norman Liu | 1 | -3/+30 | |
* added function that allows for pre-pandoc transformations * modified haddock docstring * refactoring to avoid importing the kleisli fish * Renamed `applyPandoc` to `renderPandocWithTransformM`, added non-monadic variant. Exported previous new functions that I forgot to export. | |||||
2021-03-06 | Add jeancharles.quillet.org to examples (#834) | Jean-Charles Quillet | 1 | -0/+2 | |
2020-12-30 | Revert "Fix golden test failing with pandoc >= 2.11.3 (#829)" (#830) | Alexander Batischev | 4 | -24/+1 | |
This reverts commit 87e93c6c95b86b435b532286e07b0a9b896aef8f. I screwed up with that one: the change in behaviour was a regression[1] in Pandoc, and I shouldn't have papered over it. It's fairly unlikely that someone would build Hakyll's test suite with one of the two Pandoc versions that regressed, so I simply revert my earlier commit. 1. https://github.com/jgm/pandoc/issues/6966 | |||||
2020-12-30 | Fix golden test failing with pandoc >= 2.11.3 (#829) | Alexander Batischev | 4 | -1/+24 | |
The new version started wrapping Biblio references into <p> tags, so we now keep two different golden files for different Pandoc versions. I had to add Pandoc to dependencies of the test suite, otherwise GHC won't define `MIN_VERSION_pandoc` macro. | |||||
2020-12-29 | Add documentation for the pandocBiblioCompiler (#828) | Chris Jensen | 1 | -0/+1 | |
* Add documentation for pandoc * Fix grammar | |||||
2020-12-07 | Add golden test for Pandoc.Biblio (#827) | Alexander Batischev | 8 | -0/+763 | |
2020-12-06 | Pandoc 2.11 compatibility (#826) | Jasper Van der Jeugt | 5 | -86/+123 | |
* Pandoc 2.11 compatibility * Bump stack.yaml * Bump stack dependencies | |||||
2020-11-26 | Allow file-embed 0.0.13 (#824) | erictapen | 1 | -1/+1 | |
2020-11-23 | Issue #822: change tutorial to reflect recent GH Pages features (#823) | Thomas Mahler | 1 | -92/+34 | |
2020-11-19 | Update actions/setup-haskell to 1.1.4 (#820) | Alexander Batischev | 1 | -5/+2 | |
This removes the need for a workaround on Windows. | |||||
2020-11-17 | Update actions/setup-haskell to 1.1.3 (#818) | Alexander Batischev | 1 | -2/+5 | |
2020-11-16 | Derive Functor, Foldable and Traversable for Item (#815) | Mario Lang | 1 | -17/+2 | |
2020-11-15 | Bump Stackage LTS to 16.21 (#811) | Liang-Ting Chen | 2 | -5/+5 | |
2020-11-12 | File.hs: +symlink-based static file compiler; for multi-gigabyte sites, this ↵ | Alexander Batischev | 1 | -0/+16 | |
can be a major speedup (see #786) (#810) Co-authored-by: gwern <gwern@gwern.net> | |||||
2020-11-12 | Remove unnecessary conditional compilation for parseTimeM (#781) | Liang-Ting Chen | 1 | -9/+1 | |
2020-11-12 | Bump pandoc version (#799) | Yannik Sander | 1 | -2/+2 | |
* Bump pandoc version * Bump Pandoc version for hakyll-website Co-authored-by: Alexander Batischev <eual.jp@gmail.com> | |||||
2020-11-12 | Make sure the initial project is writable (#804) | Tobias Bora | 1 | -1/+6 | |
2020-11-12 | Update a reference to Debian now that Hakyll is available in the Debian ↵ | Marko Dimjašević | 1 | -1/+1 | |
stable release (#798) | |||||
2020-11-12 | Allow random 1.2 (#792) | Felix Yan | 1 | -1/+1 | |
Builds fine and all tests pass here. | |||||
2020-11-11 | Allow file-embed 0.0.12 (#774) | Felix Yan | 1 | -1/+1 | |
Builds fine and all tests pass here. | |||||
2020-09-30 | Bump version to 4.13.4.1 | Jasper Van der Jeugt | 2 | -1/+7 | |
2020-09-30 | Bump template-haskell and pandoc versions | Jasper Van der Jeugt | 5 | -45/+147 | |
* Bumped bound for pandoc and add Binary-instances for new constructors that were added to pandoc-types * Support most recent template-haskell release * Set lower bound of pandoc to version 2.10 * Update CI configuration * Bump QuickCheck upper bound to 2.15 Co-authored-by: OC4 <oc4@protonmail.com> | |||||
2020-08-30 | Add xvw.github.io to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2020-06-30 | Bump version to 4.13.4.0 | Jasper Van der Jeugt | 2 | -1/+7 | |
2020-06-30 | Bump cryptonite upper bound to 0.28 | Felix Yan | 1 | -1/+1 | |
2020-06-30 | Bump tasty upper bound to 1.4 | Jasper Van der Jeugt | 3 | -19/+3 | |
2020-06-30 | Continuous integration on Windows and Linux | Laurent P. René de Cotret | 3 | -11/+74 | |
2020-05-30 | Miscellaneous Windows-specific fixes and CI | Laurent P. René de Cotret | 11 | -21/+50 | |
2020-05-27 | Fix for filepath matching on Windows | Laurent P. René de Cotret | 3 | -32/+34 | |
2020-05-05 | Add blog.thjread.com to examples list | Jasper Van der Jeugt | 1 | -0/+2 | |
2020-05-05 | Tutorial: Pure Builds With Nix | Robert Pearce | 1 | -0/+5 | |
2020-04-14 | Add cabal install instructions | Jasper Van der Jeugt | 1 | -23/+49 | |
2020-04-12 | Bump version to 4.13.3.0 | Jasper Van der Jeugt | 2 | -1/+7 | |
2020-04-11 | Bump warp upper bound to 3.4 | Jasper Van der Jeugt | 3 | -19/+11 | |
2020-04-11 | Fix MonadFail compilation issue on Windows | Martín Emanuel | 1 | -1/+1 | |
See #764 | |||||
2020-04-11 | Bump upper bound for pandoc-citeproc | Chris Martin | 1 | -1/+1 | |
2020-03-07 | Bump version to 4.13.2.0 | Jasper Van der Jeugt | 2 | -1/+5 | |
2020-03-07 | Add MonadFail imports | Nikolay Yakimov | 4 | -0/+4 | |
This fixes v4.13.1.0 on GHC 8.6. | |||||
2020-02-26 | Bump version to 4.13.1.0 | Jasper Van der Jeugt | 2 | -4/+14 | |
2020-02-26 | Tickle cache | Jasper Van der Jeugt | 1 | -2/+1 | |
2020-02-26 | Tickle cache | Jasper Van der Jeugt | 1 | -3/+3 | |
2020-02-26 | Tickle cache | Jasper Van der Jeugt | 2 | -2/+35 | |
2020-02-26 | Replace CircleCI with GitHub Actions | Jasper Van der Jeugt | 3 | -43/+15 | |
2020-02-26 | Fix timezone parsing with time-1.9 | Jasper Van der Jeugt | 1 | -0/+3 | |
2020-02-26 | Remove constant field title for index.html in the example site | Liang-Ting Chen | 1 | -1/+0 | |
In the default site generated by Hakyll, `index.html` has specified the filed `title` in its front matter, but it will always been overridden by `constField "title" "Home"` in `site.hs`. It is a very minor issue, but it may cause confusion to newcomers. | |||||
2020-02-26 | Fix installation command on NixOS | Thomas Bach | 1 | -3/+17 | |
2020-02-26 | Fix compilation issues | Jasper Van der Jeugt | 2 | -5/+10 | |
2020-02-26 | Bump cryptonite and memory dependencies | Jasper Van der Jeugt | 1 | -2/+2 | |