summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2018-03-13Fix issue with CPP and /*Jasper Van der Jeugt2-83/+102
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 compressionBergi2-63/+60
2018-01-31Add withTagListOleg Grenrus1-1/+5
2018-01-15Various dependency bumpsJasper Van der Jeugt1-1/+4
- 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-07decodeUtf8 over unsafe unpack for feed templatesJasper Van der Jeugt1-7/+12
2018-01-07Embed feed templates rather than using data-filesRoman Kuznetsov3-14/+30
2017-12-25 Extend capture with Regex handlingfrederik-h1-2/+4
2017-12-18Fix warnings and errorsJasper Van der Jeugt3-11/+8
2017-11-20Move to Pandoc 2Vaibhav Sagar1-8/+13
2017-11-17Fix compression of calc() in CSSKrzysztof Jurewicz1-0/+18
According to Mozilla Developer Network, “The + and - operators must always be surrounded by whitespace.”.
2017-11-17Make unixFilter output stderr when failingNick Boultbee1-1/+2
Fixes #581.
2017-11-17Export Check type from Hakyll.CommandsFuttetennista1-1/+3
2017-07-10Expose & document hakyllWithExitCodeAndArgs, Options, and CommandMichael Walker1-0/+15
2017-07-05Better errors for redirectsJasper Van der Jeugt1-4/+11
2017-07-05Redirect: add checks for non-overlapping definitionsgwern1-1/+7
2017-07-04Fix early exit when calling check as a libraryJasper Van der Jeugt1-1/+1
See #496
2017-06-19Move src/ to lib/, put Init.hs in src/Jasper Van der Jeugt51-0/+7025