Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2020-02-26 | Clean stack.yaml | Hexirp | 1 | -0/+1 | |
I bump stack resolver version to lts-13.30. And I clean the extra-deps field because those packages are already included in lts-13.30. | |||||
2020-02-26 | Use 'cryptonite' instead of 'cryptohash' | Hexirp | 2 | -3/+18 | |
'cryptohash' is deprecated. The package description says, "please use cryptonite for new projects and convert old one to use cryptonite." | |||||
2020-02-26 | Reorganize Hakyll.Main export list | Jasper Van der Jeugt | 1 | -6/+9 | |
2020-02-26 | Expose CLI arg parser internals | Jim McStanton | 1 | -5/+24 | |
2020-02-26 | Support GHC-8.8 | Veronika Romashkina | 9 | -22/+29 | |
Add MonadFail instances and constraints. | |||||
2020-01-06 | Add robertwpearce.com to examples; update a robertwpearce tutorial title | Robert Pearce | 2 | -1/+3 | |
2019-12-31 | Add stack build to github pages tutorial | Jasper Van der Jeugt | 1 | -1/+8 | |
Closes #473 | |||||
2019-12-31 | Add svejcar.dev to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2019-12-31 | Add benedikt-mayer.github.io to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2019-11-27 | Fix file path for compatibility with Windows | Hexirp | 2 | -6/+14 | |
2019-11-27 | Flush log before starting web server | Robert | 1 | -0/+1 | |
This fixes out of order console messaging in the case of errors binding to the configured address, though the message order is still a bit weird. Before: $ stack exec site watch Initialising... Creating store... site: Network.Socket.bind: resource busy (Address already in use) Creating provider... Listening on http://127.0.0.1:8000 After: $ stack exec site watch Listening on http://127.0.0.1:8000 Initialising... Creating store... Creating provider... site: Network.Socket.bind: resource busy (Address already in use) | |||||
2019-10-29 | hakyll-init: fix spacing of command line usage | Robert | 1 | -1/+1 | |
2019-10-29 | Add titles to tag fields | Jasper Van der Jeugt | 1 | -2/+4 | |
2019-10-10 | Fix a typo, t missing from the. | Phil de Joux | 1 | -1/+1 | |
2019-09-18 | Bump version to 4.13.0.1 | Jasper Van der Jeugt | 2 | -1/+5 | |
2019-09-18 | add missing files to hakyll.cabal | Justin Humm | 1 | -0/+2 | |
This fixes a build error with the Hackage tarball of 4.13.0.0 | |||||
2019-09-07 | CHANGELOG: fix typo | Steven Shaw | 1 | -1/+1 | |
2019-08-30 | Bump version to 4.13.0.0 | Jasper Van der Jeugt | 2 | -1/+14 | |
2019-08-30 | Improve error messages | Jasper Van der Jeugt | 18 | -231/+527 | |
2019-08-25 | Add getCategory tests | David Parrish | 4 | -1/+46 | |
2019-08-20 | Bump stack.yaml | Jasper Van der Jeugt | 1 | -5/+6 | |
2019-08-19 | Bump QuickCheck to 2.13 | Craig Hall | 1 | -1/+1 | |
2019-05-31 | Bump syntax.css | Jasper Van der Jeugt | 1 | -18/+61 | |
See #675 | |||||
2019-05-25 | Add option to specify date in directory structure | Taeer Bar-Yam | 3 | -2/+15 | |