summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-11-24Kill warningJasper Van der Jeugt1-1/+0
2018-11-24Bump dependenciesJasper Van der Jeugt2-14/+15
- Bump yaml to 0.11 - Bump pandoc to 2.4 - Bump pandoc-citeproc to 0.15
2018-11-24Adds render{Rss,Atom}WithTemmplates function in the Web.Feed moduleAbhinav Sarkar1-6/+32
2018-10-28Speed up hashing in cache0xd34df00d1-2/+6
2018-10-13Updated type of fromFilePath to use FilePath instead of StringJim McStanton1-1/+1
Resolves #661
2018-10-12Update / add some examplesJasper Van der Jeugt1-1/+7
2018-10-12tutorial: link to Fedora base packageJens Petersen1-1/+1
2018-10-02Drop extension when parsing dates in filepathsGabriel Aumala3-2/+7
Drop the file extension when parsing the date from the filepath of a resource.
2018-09-13Bump version to 4.12.4.0Jasper Van der Jeugt3-12/+23
2018-08-02add hakyll-sass to the list of haykll librariesJoshua K. Farrar1-0/+1
it works well with npm-provided libraries, such as bootstrap
2018-07-16Allow yaml 0.9Felix Yan1-2/+2
Builds fine and all tests pass.
2018-07-05Typo fix in tutorialCraig Hall1-1/+1
2018-06-10Use makeRelativeToProject with embedFile (for stack ghci)Michael Sloan1-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-10Adjust links to examples of hakyll 4 sitesMichael Sloan1-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-05Add nasy.moe to examplesJasper Van der Jeugt1-0/+2
2018-06-05Add zer0.degree to examplesJasper Van der Jeugt1-0/+2
2018-05-29Set save-hackage-creds: false in stack.yamlJasper Van der Jeugt1-0/+1
2018-05-29Bump version to 4.12.3.0Jasper Van der Jeugt2-1/+6
2018-05-29Bump tasty to 1.1, fsnotify to 0.3Jasper Van der Jeugt3-22/+14
2018-05-29Update tutorial for YAML object metadataFabian Schläpfer1-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-28Bump version to 4.12.2.0Jasper Van der Jeugt2-1/+6
2018-04-28Bump pandoc to 2.2Jasper Van der Jeugt2-5/+8
2018-04-28Fix path resolution in Pandoc.Biblioknih1-5/+13
2018-03-26Bump version to 4.12.1.0Jasper Van der Jeugt2-1/+6
2018-03-26Fix import warningJasper Van der Jeugt1-1/+5
2018-03-26Get rid of foldMap for older GHCJasper Van der Jeugt1-3/+2
2018-03-22Fix haddock generationJasper Van der Jeugt2-11/+16
2018-03-22Remove brandonstil.es from examplesJasper Van der Jeugt1-2/+0
2018-03-22Add adarsh.cc to examplesAdarsh Pyarelal1-0/+2
2018-03-20Make Pandoc dependency optionalBergi9-53/+53
2018-03-18Fix typo in modificationTimeField docstringIustin Pop1-1/+1
2018-03-14Bump version to 4.12.0.1Jasper Van der Jeugt2-1/+5
2018-03-14Bump stack resolver to lts-11.0Jasper Van der Jeugt1-3/+2
2018-03-14Bump resourcet to 1.2 in test sectionJasper Van der Jeugt1-1/+1
2018-03-14Bump version to 4.12.0.0Jasper Van der Jeugt2-1/+15
2018-03-13Bump dependenciesJasper Van der Jeugt3-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-13Hide Pattern.Internal moduleJasper Van der Jeugt1-1/+1
2018-03-13Fix issue with CPP and /*Jasper Van der Jeugt4-93/+105
2018-03-13Add Semigroup instances for existing MonoidsChristian Barcenas6-0/+83
Ensures forwards compatibility with future Haskell/GHC releases as the Semigroup/Monoid Proposal is gradually implemented. Closes #525 and #536.
2018-03-07Optimise CSS compressionBergi3-72/+69
2018-01-31Add withTagListOleg Grenrus1-1/+5
2018-01-15Tickle CircleCI cacheJasper Van der Jeugt1-2/+2
2018-01-15Bump version to 4.11.0.0Jasper Van der Jeugt2-1/+16
2018-01-15Various dependency bumpsJasper Van der Jeugt8-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-07Fix typo in 04-compilers.markdownOlivier Verdier1-1/+1
2018-01-07decodeUtf8 over unsafe unpack for feed templatesJasper Van der Jeugt1-7/+12
2018-01-07Embed feed templates rather than using data-filesRoman Kuznetsov4-19/+36
2017-12-30Fix pthread link error on GHC-8.2.2Shinya Yamaguchi2-4/+4
2017-12-25 Extend capture with Regex handlingfrederik-h2-2/+5
2017-12-21Remove donate buttonJasper Van der Jeugt1-6/+1