aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2021-10-05Improve quick-cabal targetJohn MacFarlane
2021-09-16Use --system-ghc in make quick.John MacFarlane
2021-09-16Fix quick-cabal targetJohn MacFarlane
2021-09-13Modernize quick-cabal Makefile targetJohn MacFarlane
2021-09-08Makefile: disable ansi tricks for tasty; use v2- instead of new-.John MacFarlane
2021-03-18Change -A256m to -A8m in GHCOPTSJohn MacFarlane
2021-03-18make_artifacts.sh: try using -j for cabal rather than -j4 ghc-options.John MacFarlane
2021-03-17Benchmark improvements.John MacFarlane
2021-03-17Makefile: Add comment documenting benchmark settings.John MacFarlane
2021-03-17Revert "Makefile: add --static to quick target"John MacFarlane
2021-03-16Makefile: add --static to quick targetJohn MacFarlane
2021-03-16Increase heap space in runtime for benchmarks.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-16make quick: use -j4 to speed up buildJohn MacFarlane
2021-03-15Switch to gauge for now for benchmarks.John MacFarlane
2021-03-15Add compiler timings to 'make bench'John MacFarlane
2021-03-13Add ghcid-test to MakefileJohn MacFarlane
2021-03-06Set --user in docker run to avoid permission issues.John MacFarlane
2021-03-06Avoid subprocess for docker run.John MacFarlane
2021-03-06make debpkg: send docker output to docker.log in the host.John MacFarlane
2021-03-06Makefile: Remove ARCHJohn MacFarlane
2021-03-06Don't --rm docker.John MacFarlane
2021-03-06Fix docker image.John MacFarlane
2021-03-05More Makefile tweaks around docker linux build.John MacFarlane
2021-03-05Makefile: choose linux docker image depending on arch.John MacFarlane
2021-03-05Makefile: exit smoothly if no prior benchmark files found.John MacFarlane
2021-03-05Makefile: debpkg: use new multi-arch GHC 8.10.4 docker...John MacFarlane
2021-02-19make bench: compare against a baseline, use datestamps for bench results.John MacFarlane
2021-02-18'make bench': Create csv files for comparison.John MacFarlane
2021-02-13Clean up benchmark code.John MacFarlane
2021-01-31Makefile: give allocation data in benchmarks.John MacFarlane
2021-01-30Use tasty-bench instead of criterion for benchmarks.John MacFarlane
2021-01-13Use simple default.nix.John MacFarlane
2021-01-12Use project.nix instead of default.nix for generated file.John MacFarlane
2021-01-12Delete default.nix.John MacFarlane
2021-01-12Add files for using nix-shell.John MacFarlane
2020-12-18Improve check target to test data/ too.John MacFarlane
2020-12-18Makefile: Fix checkdocs target.John MacFarlane
2020-12-18Add check and check-cabal target ...John MacFarlane
2020-12-17Makefile: remove macospkg target.John MacFarlane
2020-09-15Fix pandoc-templates target to include all partials.John MacFarlane
2020-08-27Makefile: Remove obsolete windows package build targets.travisJohn MacFarlane
2020-08-27Makefile: Fix macospkg target to fetch target from S3 artifacts.John MacFarlane
2020-08-12Use the smart extension when generating pandoc's man page.John MacFarlane
2020-08-11Linux rc build: use ghc-musl container.John MacFarlane
2020-07-23update date, man page, README.John MacFarlane
2020-06-29Fix 'make pandoc-templates'.John MacFarlane
2020-03-15make changes_github: use details tag to make changelog collapsible.John MacFarlane