aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-18Remove another foldr1 partial function use.John MacFarlane
2021-03-18T.P.Readers.Odt.StyleReader: rewrite foldr1 use as foldr.John MacFarlane
2021-03-18Don't bake in extra stack size to the executables.John MacFarlane
2021-03-18Minor revisions to provisional changelog.John MacFarlane
2021-03-18Bump to 2.12.1 and update changelog.John MacFarlane
2021-03-18Use -A8m for default rtsopts for benchmarkJohn MacFarlane
2021-03-18Revert the -j related changes in make_artifacts.sh.John MacFarlane
2021-03-18Change -A256m to -A8m in GHCOPTSJohn MacFarlane
2021-03-18pandoc.cabal: bake in -A8m to rtsopts.John MacFarlane
2021-03-18build-arm.sh : remove strict checking on first ssh accessJohn MacFarlane
2021-03-18make_artifacts.sh: try using -j for cabal rather than -j4 ghc-options.John MacFarlane
2021-03-17Use random 1.2.0 in stack.yaml.John MacFarlane
2021-03-17Docx writer: make nsid in abstractNum deterministic.John MacFarlane
2021-03-17Update bounds for random (#7156)Alexey Kuleshevich
2021-03-17Fix benchmark in ci.John MacFarlane
2021-03-17Benchmark improvements.John MacFarlane
2021-03-17Makefile: Add comment documenting benchmark settings.John MacFarlane
2021-03-17Fix regression with `tex_math_backslash` in Markdown reader.John MacFarlane
2021-03-17Add test for #7155.John MacFarlane
2021-03-17Remove unnecessary tasty-bench from extra-depsJohn MacFarlane
2021-03-17Revert "Makefile: add --static to quick target"John MacFarlane
2021-03-16Makefile: add --static to quick targetJohn MacFarlane
2021-03-16Disable redundant brackets check in .hlint.yaml.John MacFarlane
2021-03-16Increase heap space in runtime for benchmarks.John MacFarlane
2021-03-16Use -j4 for linux release build.John MacFarlane
2021-03-16.hlint.yaml - fix more false positives for redundant brackets.John MacFarlane
2021-03-16Makefile: set -j4 in default GHCOPTSJohn MacFarlane
2021-03-16make quick: re-use GHCOPTS for testsJohn MacFarlane
2021-03-16Use BENCHARGS in 'make bench'.John MacFarlane
2021-03-16cabal.project: remove -j, which means -j1!John MacFarlane
2021-03-16Update .hlint.yaml to avoid false positives on redundant brackets.John MacFarlane
2021-03-16Removed unused LANGUAGE pragmas.John MacFarlane
2021-03-16Fix benchmark CI to use gauge options.John MacFarlane
2021-03-16make quick: use -j4 to speed up buildJohn MacFarlane
2021-03-16Remove JS comment from HTML (#7154)Florian Kohrt
2021-03-16CONTRIBUTING: suggest using a `cabal.project.local` file (#7153)Albert Krewinkel
2021-03-15Switch to gauge for now for benchmarks.John MacFarlane
2021-03-15Force readFile in benchmarks earlyBodigrim
2021-03-15Add compiler timings to 'make bench'John MacFarlane
2021-03-15Update tests for new texmath.John MacFarlane
2021-03-15Require texmath 0.12.2John MacFarlane
2021-03-15Use doclayout 0.3.0.2.John MacFarlane
2021-03-15Remove an unneeded importJohn MacFarlane
2021-03-15Use foldl' instead of foldl everywhere.John MacFarlane
2021-03-14Require latest doclayout and skylighting.John MacFarlane
2021-03-14Handle 'nocite' better with --biblatex and --natbib.John MacFarlane
2021-03-14Use latest dev version of doclayout.John MacFarlane
2021-03-13T.P.App.FormatHeuristics: shorten code, improve docs.Albert Krewinkel
2021-03-13MediaWiki reader: Allow block-level content in notes (ref).John MacFarlane
2021-03-13Use integral values for w:tblW in docx.John MacFarlane