summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-07-24Fix module layoutsamgd4-252/+139
2016-07-24Working trimming but module loop and formatting req.samgd5-133/+261
2016-07-23Canonicalize file + initial if/for planningsamgd2-0/+87
2016-07-23Expr trimming. '-' binds to '$'.samgd3-7/+24
2016-07-23Partial trimmingsamgd2-5/+18
2016-07-23For trimmingsamgd2-9/+31
2016-07-23If Trim parsingsamgd2-16/+69
2016-07-22Add Trim_ data constructors. Add If test for Trimsamgd2-6/+25
2016-07-22Remove redundant wheresamgd1-1/+0
2016-07-22Merge pull request #447 from Arguggi/masterJasper Van der Jeugt3-41/+23
Switch preview server from Snap to Warp
2016-07-22Fix test dependenciesArguggi1-2/+4
2016-07-22Switch preview server from Snap to WarpArguggi3-39/+19
2016-07-22Merge pull request #446 from lucamolteni/masterJasper Van der Jeugt1-1/+1
Fixes https://github.com/jaspervdj/hakyll/issues/323
2016-07-22Fixes https://github.com/jaspervdj/hakyll/issues/323 we have less ↵Luca Molteni1-1/+1
compression but we preserve correct CSS semantic
2016-07-22Remove include macro from .ghciJasper Van der Jeugt1-2/+1
2016-07-13Merge pull request #445 from ethagnawl/444-port-default.html-to-html5Jasper Van der Jeugt1-7/+7
#444 - porting default.html from XHTML to HTML5
2016-07-13#444 - group viewport meta tag with other meta tagsPeter Doherty1-1/+1
2016-07-13Add www.kuznero.com to examplesJasper Van der Jeugt1-0/+2
2016-07-12#444 - porting default.html to valid html5Peter Doherty1-7/+7
2016-06-29Add static-dust.klpn.se to examplesJasper Van der Jeugt1-0/+2
2016-06-28Merge pull request #441 from Pratyush/rsync-fixJasper Van der Jeugt1-1/+1
Fix rsync command in GH Pages tutorial
2016-06-28Fix rsync command in GH Pages tutorialPratyush Mishra1-1/+1
2016-06-25Merge pull request #440 from jtojnar/verbose-checkJasper Van der Jeugt1-14/+23
Make errors in Check less verbose
2016-06-25Make errors in Check less verboseJan Tojnar1-14/+23
2016-06-25Merge pull request #435 from crodjer/pandoc-citeprocJasper Van der Jeugt0-0/+0
Upgrade `pandoc-citeproc` to 0.10
2016-06-21Bump version to 4.8.3.2Jasper Van der Jeugt2-1/+11
2016-06-21Add nek0.eu to examplesJasper Van der Jeugt1-0/+2
2016-06-21Merge branch 'master' of github.com:jaspervdj/hakyllJasper Van der Jeugt1-6/+6
2016-06-21Merge pull request #437 from felixonmars/patch-1Jasper Van der Jeugt1-4/+4
Allow data-default 0.7, pandoc-citeproc 0.10, and tagsoup 0.14
2016-06-21Merge pull request #439 from toothbrush/data-default-versionJasper Van der Jeugt1-2/+2
Loosen version restriction on data-default
2016-06-17Loosen version restriction on data-defaultPaul van der Walt1-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-16Add GH pages & Circle CI external tutorialJasper Van der Jeugt1-0/+6
2016-06-14Allow data-default 0.7, pandoc-citeproc 0.10, and tagsoup 0.14Felix Yan1-6/+6
Building with the new release went fine here, and it works correctly.
2016-06-12Upgrade `pandoc-citeproc` to 0.10Rohan Jain1-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-03Merge pull request #432 from sakshamsharma/masterJasper Van der Jeugt1-0/+18
Move to stack for travis CI testing.
2016-06-02Move to stack for travis CI testing.Saksham Sharma1-0/+18
2016-06-02Merge pull request #430 from sakshamsharma/masterJasper Van der Jeugt1-0/+2
Add new entry to hakyll blog examples
2016-05-30Add new entry to hakyll blog examplesSaksham Sharma1-0/+2
2016-05-30Merge pull request #429 from trofi/masterJasper Van der Jeugt1-6/+6
hakyll.cabal: allow binary-0.8, process-1.4, time-1.6 (ghc-8)
2016-05-29hakyll.cabal: allow binary-0.8, process-1.4, time-1.6 (ghc-8)Sergei Trofimovich1-6/+6
Signed-off-by: Sergei Trofimovich <siarheit@google.com>
2016-05-17Read `.metadata` files using bytestringJasper Van der Jeugt1-1/+3
2016-05-16Bump version to 4.8.3.1Jasper Van der Jeugt2-1/+5
2016-05-12Make a not about stack init in the tutorialJasper Van der Jeugt1-0/+1
2016-05-12Bump scientific dependency to 0.3.4Jasper Van der Jeugt1-0/+2
See #426
2016-04-30Bump version to 4.8.3.0Jasper Van der Jeugt2-1/+6
2016-04-30Merge pull request #421 from trofi/no-showJasper Van der Jeugt1-1/+1
src/Hakyll/Web/Paginate.hs: Fix build failure
2016-04-29src/Hakyll/Web/Paginate.hs: Fix build failureSergei Trofimovich1-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-28Bump version to 4.8.2.0Jasper Van der Jeugt2-1/+5
2016-04-28Remove Show instance for TagsJasper Van der Jeugt1-1/+1
Fixes #420
2016-04-27Bump version to 4.8.1.0Jasper Van der Jeugt2-1/+5