Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-25 | Trim instructions. TrimRd chunk might need TrimL. Trim tests. | samgd | 5 | -12/+104 | |
2016-07-24 | Fix module layout | samgd | 4 | -252/+139 | |
2016-07-24 | cmdArgs to Options.Applicative | sk3r | 2 | -74/+56 | |
changed shell options parser from cmdAgrs to Options.Applicative | |||||
2016-07-24 | Working trimming but module loop and formatting req. | samgd | 5 | -133/+261 | |
2016-07-23 | Merge pull request #451 from lortabac/master | Jasper Van der Jeugt | 3 | -5/+19 | |
Include file name in error messages | |||||
2016-07-23 | Merge pull request #449 from thkoch2001/patch-1 | Jasper Van der Jeugt | 1 | -1/+1 | |
s/--local-bin-path/--local-bin/ | |||||
2016-07-23 | Merge pull request #450 from thkoch2001/patch-2 | Jasper Van der Jeugt | 1 | -1/+1 | |
stack init is not really optional | |||||
2016-07-23 | Canonicalize file + initial if/for planning | samgd | 2 | -0/+87 | |
2016-07-23 | Expr trimming. '-' binds to '$'. | samgd | 3 | -7/+24 | |
2016-07-23 | Add tutorial on live reload | Jasper Van der Jeugt | 1 | -0/+6 | |
2016-07-23 | Partial trimming | samgd | 2 | -5/+18 | |
2016-07-23 | For trimming | samgd | 2 | -9/+31 | |
2016-07-23 | Include file name in error messages | Lorenzo | 3 | -5/+19 | |
2016-07-23 | If Trim parsing | samgd | 2 | -16/+69 | |
2016-07-23 | stack init is not really optional | Thomas Koch | 1 | -1/+1 | |
stack build complains if there is no stack.yaml so the previous comment is misleading for people who don't know what stack init does. | |||||
2016-07-23 | Change note for stack init | Jasper Van der Jeugt | 1 | -1/+1 | |
2016-07-23 | s/--local-bin-path/--local-bin/ | Thomas Koch | 1 | -1/+1 | |
output of `stack path --local-bin-path`: ``` Run from outside a project, using implicit global project config Using resolver: lts-6.8 from implicit global project's config file: /home/REDACTED/.stack/global-project/stack.yaml '--local-bin-path' will be removed in a future release. Please use '--local-bin' instead. ``` | |||||
2016-07-22 | Merge pull request #448 from lortabac/master | Jasper Van der Jeugt | 1 | -3/+10 | |
Fail if template is not parsed until eof | |||||
2016-07-22 | Merge remote-tracking branch 'upstream/master' | Lorenzo | 4 | -42/+24 | |
2016-07-22 | Add Trim_ data constructors. Add If test for Trim | samgd | 2 | -6/+25 | |
2016-07-22 | Fail if template is not parsed until eof | Lorenzo | 1 | -3/+10 | |
This should fix the second problem in #376. | |||||
2016-07-22 | Remove redundant where | samgd | 1 | -1/+0 | |
2016-07-22 | Merge pull request #447 from Arguggi/master | Jasper Van der Jeugt | 3 | -41/+23 | |
Switch preview server from Snap to Warp | |||||
2016-07-22 | Fix test dependencies | Arguggi | 1 | -2/+4 | |
2016-07-22 | Switch preview server from Snap to Warp | Arguggi | 3 | -39/+19 | |
2016-07-22 | Merge pull request #446 from lucamolteni/master | Jasper Van der Jeugt | 1 | -1/+1 | |
Fixes https://github.com/jaspervdj/hakyll/issues/323 | |||||
2016-07-22 | Fixes https://github.com/jaspervdj/hakyll/issues/323 we have less ↵ | Luca Molteni | 1 | -1/+1 | |
compression but we preserve correct CSS semantic | |||||
2016-07-22 | Remove include macro from .ghci | Jasper Van der Jeugt | 1 | -2/+1 | |
2016-07-13 | Merge pull request #445 from ethagnawl/444-port-default.html-to-html5 | Jasper Van der Jeugt | 1 | -7/+7 | |
#444 - porting default.html from XHTML to HTML5 | |||||
2016-07-13 | #444 - group viewport meta tag with other meta tags | Peter Doherty | 1 | -1/+1 | |
2016-07-13 | Add www.kuznero.com to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2016-07-12 | #444 - porting default.html to valid html5 | Peter Doherty | 1 | -7/+7 | |
2016-06-29 | Add static-dust.klpn.se to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2016-06-28 | Merge pull request #441 from Pratyush/rsync-fix | Jasper Van der Jeugt | 1 | -1/+1 | |
Fix rsync command in GH Pages tutorial | |||||
2016-06-28 | Fix rsync command in GH Pages tutorial | Pratyush Mishra | 1 | -1/+1 | |
2016-06-25 | Merge pull request #440 from jtojnar/verbose-check | Jasper Van der Jeugt | 1 | -14/+23 | |
Make errors in Check less verbose | |||||
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 |