Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-16 | Allow yaml 0.9 | Felix Yan | 1 | -2/+2 | |
Builds fine and all tests pass. | |||||
2018-07-05 | Typo fix in tutorial | Craig Hall | 1 | -1/+1 | |
2018-06-10 | Use makeRelativeToProject with embedFile (for stack ghci) | Michael Sloan | 1 | -6/+5 | |
The 'makeRelativeToProject' allows usage of package relative filepaths, even if ghc's working dir is not the package directory. This enables me to have a locally modified version of hakyll as part of my stack project, and run "stack ghci" to load my hakyll project + hakyll all into one ghci session. | |||||
2018-06-10 | Adjust links to examples of hakyll 4 sites | Michael Sloan | 1 | -17/+3 | |
Removes the following due to no longer existing or not using hakyll: * abizern.org says it's using Hugo & Goa * covariant.me is no longer up, and neither is the repo * rockymadden.com just redirects to github, and the rockymadden-web repo no longer exists. * blog.dshevchenko.biz no longer exists, and neither does the repoo * jozefg.bitbucket.org is no longer up. The repo is still up, but I couldn't find a good archive.org for it. The URL just redirects to bitbucket.org * rohanjain.in now uses Hugo * ruudvanasseldonk.com now uses a custom Haskell generator that is part of its source repo.` The following are changed due to moving: * https://github.com/maseek/maseek-codes -> https://github.com/tzemanovic/tzemanovic also http://maseek.codes -> https://tzemanovic.github.io/ The following are no longer up, so switching to archive.org link: * tesser.org is no longer up, last archive.org snapshot was in 2016 | |||||
2018-06-05 | Add nasy.moe to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2018-06-05 | Add zer0.degree to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2018-05-29 | Set save-hackage-creds: false in stack.yaml | Jasper Van der Jeugt | 1 | -0/+1 | |
2018-05-29 | Bump version to 4.12.3.0 | Jasper Van der Jeugt | 2 | -1/+6 | |
2018-05-29 | Bump tasty to 1.1, fsnotify to 0.3 | Jasper Van der Jeugt | 3 | -22/+14 | |
2018-05-29 | Update tutorial for YAML object metadata | Fabian Schläpfer | 1 | -1/+1 | |
Since version 4.8 `Metadata` is no longer a Map but a YAML object. (see #225) The compilers tutorial is adapted to use `lookupString` instead of `Map.lookup`. | |||||
2018-04-28 | Bump version to 4.12.2.0 | Jasper Van der Jeugt | 2 | -1/+6 | |
2018-04-28 | Bump pandoc to 2.2 | Jasper Van der Jeugt | 2 | -5/+8 | |
2018-04-28 | Fix path resolution in Pandoc.Biblio | knih | 1 | -5/+13 | |
2018-03-26 | Bump version to 4.12.1.0 | Jasper Van der Jeugt | 2 | -1/+6 | |
2018-03-26 | Fix import warning | Jasper Van der Jeugt | 1 | -1/+5 | |
2018-03-26 | Get rid of foldMap for older GHC | Jasper Van der Jeugt | 1 | -3/+2 | |
2018-03-22 | Fix haddock generation | Jasper Van der Jeugt | 2 | -11/+16 | |
2018-03-22 | Remove brandonstil.es from examples | Jasper Van der Jeugt | 1 | -2/+0 | |
2018-03-22 | Add adarsh.cc to examples | Adarsh Pyarelal | 1 | -0/+2 | |
2018-03-20 | Make Pandoc dependency optional | Bergi | 9 | -53/+53 | |
2018-03-18 | Fix typo in modificationTimeField docstring | Iustin Pop | 1 | -1/+1 | |
2018-03-14 | Bump version to 4.12.0.1 | Jasper Van der Jeugt | 2 | -1/+5 | |
2018-03-14 | Bump stack resolver to lts-11.0 | Jasper Van der Jeugt | 1 | -3/+2 | |
2018-03-14 | Bump resourcet to 1.2 in test section | Jasper Van der Jeugt | 1 | -1/+1 | |
2018-03-14 | Bump version to 4.12.0.0 | Jasper Van der Jeugt | 2 | -1/+15 | |
2018-03-13 | Bump dependencies | Jasper Van der Jeugt | 3 | -14/+15 | |
- Bump pandoc-citeproc to 0.14 - Bump resourcet to 1.2 - Bump time to 1.9 - Bump http-types to 0.12 - Bump http-conduit to 2.3 - Bump tasty-quickcheck to 0.10 | |||||
2018-03-13 | Hide Pattern.Internal module | Jasper Van der Jeugt | 1 | -1/+1 | |
2018-03-13 | Fix issue with CPP and /* | Jasper Van der Jeugt | 4 | -93/+105 | |
2018-03-13 | Add Semigroup instances for existing Monoids | Christian Barcenas | 6 | -0/+83 | |
Ensures forwards compatibility with future Haskell/GHC releases as the Semigroup/Monoid Proposal is gradually implemented. Closes #525 and #536. | |||||
2018-03-07 | Optimise CSS compression | Bergi | 3 | -72/+69 | |
2018-01-31 | Add withTagList | Oleg Grenrus | 1 | -1/+5 | |
2018-01-15 | Tickle CircleCI cache | Jasper Van der Jeugt | 1 | -2/+2 | |
2018-01-15 | Bump version to 4.11.0.0 | Jasper Van der Jeugt | 2 | -1/+16 | |
2018-01-15 | Various dependency bumps | Jasper Van der Jeugt | 8 | -52/+57 | |
- 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 | Fix typo in 04-compilers.markdown | Olivier Verdier | 1 | -1/+1 | |
2018-01-07 | decodeUtf8 over unsafe unpack for feed templates | Jasper Van der Jeugt | 1 | -7/+12 | |
2018-01-07 | Embed feed templates rather than using data-files | Roman Kuznetsov | 4 | -19/+36 | |
2017-12-30 | Fix pthread link error on GHC-8.2.2 | Shinya Yamaguchi | 2 | -4/+4 | |
2017-12-25 | Extend capture with Regex handling | frederik-h | 2 | -2/+5 | |
2017-12-21 | Remove donate button | Jasper Van der Jeugt | 1 | -6/+1 | |
2017-12-21 | Cabalize website | Jasper Van der Jeugt | 4 | -12/+39 | |
2017-12-18 | Bump version to 4.10.0.0 | Jasper Van der Jeugt | 2 | -1/+13 | |
2017-12-18 | Fix warnings and errors | Jasper Van der Jeugt | 7 | -16/+46 | |
2017-12-18 | Build on CircleCI | Jasper Van der Jeugt | 6 | -83/+115 | |
2017-12-17 | Get Travis working again (longer timeouts...) | Jasper Van der Jeugt | 3 | -21/+14 | |
2017-11-20 | Move to Pandoc 2 | Vaibhav Sagar | 3 | -22/+23 | |
2017-11-19 | stack.yaml: configure nix options | Vaibhav Sagar | 1 | -0/+5 | |
2017-11-17 | Add spyhop.cafe to example sites | Aaron Taylor | 1 | -1/+2 | |
2017-11-17 | Fix compression of calc() in CSS | Krzysztof Jurewicz | 2 | -0/+20 | |
According to Mozilla Developer Network, “The + and - operators must always be surrounded by whitespace.”. | |||||
2017-11-17 | Make unixFilter output stderr when failing | Nick Boultbee | 2 | -4/+23 | |
Fixes #581. |