Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-25 | Make errors in Check less verbose | Jan Tojnar | 1 | -14/+23 | |
2016-06-25 | Merge pull request #435 from crodjer/pandoc-citeproc | Jasper Van der Jeugt | 0 | -0/+0 | |
Upgrade `pandoc-citeproc` to 0.10 | |||||
2016-06-21 | Bump version to 4.8.3.2 | Jasper Van der Jeugt | 2 | -1/+11 | |
2016-06-21 | Add nek0.eu to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2016-06-21 | Merge branch 'master' of github.com:jaspervdj/hakyll | Jasper Van der Jeugt | 1 | -6/+6 | |
2016-06-21 | Merge pull request #437 from felixonmars/patch-1 | Jasper Van der Jeugt | 1 | -4/+4 | |
Allow data-default 0.7, pandoc-citeproc 0.10, and tagsoup 0.14 | |||||
2016-06-21 | Merge pull request #439 from toothbrush/data-default-version | Jasper Van der Jeugt | 1 | -2/+2 | |
Loosen version restriction on data-default | |||||
2016-06-17 | Loosen version restriction on data-default | Paul van der Walt | 1 | -2/+2 | |
* hakyll.cabal (data-default): Allow data-default<0.8, since otherwise there's a version conflict when building with GHC8.0.1 and Cabal-1.24.0.0. | |||||
2016-06-16 | Add GH pages & Circle CI external tutorial | Jasper Van der Jeugt | 1 | -0/+6 | |
2016-06-14 | Allow data-default 0.7, pandoc-citeproc 0.10, and tagsoup 0.14 | Felix Yan | 1 | -6/+6 | |
Building with the new release went fine here, and it works correctly. | |||||
2016-06-12 | Upgrade `pandoc-citeproc` to 0.10 | Rohan Jain | 1 | -2/+2 | |
With previewServer flag disabled, successfully builds with GHC `8.0.1` and `nightly-2016-06-12` on stack. Tests pass with the following command: stack test --flag hakyll:-previewServer Signed-off-by: Rohan Jain <crodjer@gmail.com> | |||||
2016-06-03 | Merge pull request #432 from sakshamsharma/master | Jasper Van der Jeugt | 1 | -0/+18 | |
Move to stack for travis CI testing. | |||||
2016-06-02 | Move to stack for travis CI testing. | Saksham Sharma | 1 | -0/+18 | |
2016-06-02 | Merge pull request #430 from sakshamsharma/master | Jasper Van der Jeugt | 1 | -0/+2 | |
Add new entry to hakyll blog examples | |||||
2016-05-30 | Add new entry to hakyll blog examples | Saksham Sharma | 1 | -0/+2 | |
2016-05-30 | Merge pull request #429 from trofi/master | Jasper Van der Jeugt | 1 | -6/+6 | |
hakyll.cabal: allow binary-0.8, process-1.4, time-1.6 (ghc-8) | |||||
2016-05-29 | hakyll.cabal: allow binary-0.8, process-1.4, time-1.6 (ghc-8) | Sergei Trofimovich | 1 | -6/+6 | |
Signed-off-by: Sergei Trofimovich <siarheit@google.com> | |||||
2016-05-17 | Read `.metadata` files using bytestring | Jasper Van der Jeugt | 1 | -1/+3 | |
2016-05-16 | Bump version to 4.8.3.1 | Jasper Van der Jeugt | 2 | -1/+5 | |
2016-05-12 | Make a not about stack init in the tutorial | Jasper Van der Jeugt | 1 | -0/+1 | |
2016-05-12 | Bump scientific dependency to 0.3.4 | Jasper Van der Jeugt | 1 | -0/+2 | |
See #426 | |||||
2016-04-30 | Bump version to 4.8.3.0 | Jasper Van der Jeugt | 2 | -1/+6 | |
2016-04-30 | Merge pull request #421 from trofi/no-show | Jasper Van der Jeugt | 1 | -1/+1 | |
src/Hakyll/Web/Paginate.hs: Fix build failure | |||||
2016-04-29 | src/Hakyll/Web/Paginate.hs: Fix build failure | Sergei Trofimovich | 1 | -1/+1 | |
The code tried to generate Show instance for a function. I don't know where it used to come from but it's not there anymore. Build fails as: [48 of 49] Compiling Hakyll.Web.Paginate ( src/Hakyll/Web/Paginate.hs, dist/build/Hakyll/Web/Paginate.o ) src/Hakyll/Web/Paginate.hs:40:17: No instance for (Show (PageNumber -> Identifier)) (maybe you haven't applied enough arguments to a function?) arising from the second field of ‘Paginate’ (type ‘PageNumber -> Identifier’) Possible fix: use a standalone 'deriving instance' declaration, so you can specify the instance context yourself When deriving the instance for (Show Paginate) Change drops Show instance as it's not very useful. Signed-off-by: Sergei Trofimovich <siarheit@google.com> | |||||
2016-04-28 | Bump version to 4.8.2.0 | Jasper Van der Jeugt | 2 | -1/+5 | |
2016-04-28 | Remove Show instance for Tags | Jasper Van der Jeugt | 1 | -1/+1 | |
Fixes #420 | |||||
2016-04-27 | Bump version to 4.8.1.0 | Jasper Van der Jeugt | 2 | -1/+5 | |
2016-04-27 | Import catchIOError from System.IO.Error | Jasper Van der Jeugt | 1 | -1/+1 | |
2016-04-26 | Fix import errors on windows | Jasper Van der Jeugt | 1 | -0/+5 | |
2016-04-25 | Merge branch 'nomeata-patch-1' | Jasper Van der Jeugt | 1 | -0/+2 | |
2016-04-25 | Merge branch 'patch-1' of https://github.com/nomeata/hakyll into nomeata-patch-1 | Jasper Van der Jeugt | 1 | -0/+2 | |
2016-04-25 | Merge pull request #417 from raindev/add-raindev-io-example | Jasper Van der Jeugt | 1 | -0/+2 | |
Add raindev.io to the list of examples | |||||
2016-04-24 | Add raindev.io to the list of examples | Andrew Barchuk | 1 | -0/+2 | |
2016-04-23 | examples: Add the HAL2016 web site | Joachim Breitner | 1 | -0/+2 | |
2016-04-21 | Bump version to 4.8.0.1 | Jasper Van der Jeugt | 2 | -1/+5 | |
2016-04-21 | Fix test failure | Jasper Van der Jeugt | 1 | -3/+11 | |
2016-04-19 | Bump version to 4.8.0.0 | Jasper Van der Jeugt | 2 | -1/+8 | |
2016-04-19 | Bump dependency on data-default | Jasper Van der Jeugt | 1 | -2/+2 | |
2016-04-07 | Merge pull request #402 from Nicowcow/snippet-include | Jasper Van der Jeugt | 1 | -0/+17 | |
Add Snippet expression for snippet includes | |||||
2016-04-06 | Add Snippet expression for snippet includes | Nicolas Mattia | 1 | -0/+17 | |
2016-04-06 | Add functionField external tutorial | Jasper Van der Jeugt | 3 | -3/+12 | |
2016-04-06 | Clean warnings | Jasper Van der Jeugt | 27 | -78/+52 | |
2016-04-06 | Bump base dependency | Jasper Van der Jeugt | 1 | -2/+2 | |
2016-04-06 | Use GHC 7.10 on travis | Jasper Van der Jeugt | 1 | -0/+1 | |
2016-04-06 | Hint for weird yaml error | Jasper Van der Jeugt | 1 | -2/+13 | |
2016-04-06 | Better errors for yaml parsing | Jasper Van der Jeugt | 1 | -6/+31 | |
2016-04-06 | Initial YAML support | Jasper Van der Jeugt | 17 | -193/+285 | |
See #225 | |||||
2016-04-01 | Add jozefg.bitbucket.org to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2016-04-01 | Tutorial improvements | Jasper Van der Jeugt | 4 | -2/+22 | |
2016-03-30 | Add h2 ids in tutorial list | Jasper Van der Jeugt | 1 | -3/+3 | |