diff options
| author | John MacFarlane <[email protected]> | 2022-06-10 11:07:41 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-06-10 11:13:22 -0700 |
| commit | 54b20e5733d7ae283170faf66ca48ff71abcfdbc (patch) | |
| tree | 1f89b58d91a9d6261697bd1352dce63726055ef6 /Makefile | |
| parent | 8197ae00b819d781d7bf36cf476cb43eec904cd2 (diff) | |
Use ghc 9.2.3 for linux builds.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ pandoc=$(shell find dist -name pandoc -type f -exec ls -t {} \; | head -1) SOURCEFILES?=$(shell git ls-tree -r master --name-only | grep "\.hs$$") BRANCH?=master ARCH=$(shell uname -m) -DOCKERIMAGE=registry.gitlab.b-data.ch/ghc/ghc4pandoc:9.2.2 +DOCKERIMAGE=registry.gitlab.b-data.ch/ghc/ghc4pandoc:9.2.3 COMMIT=$(shell git rev-parse --short HEAD) TIMESTAMP=$(shell date "+%Y%m%d_%H%M") LATESTBENCH=$(word 1,$(shell ls -t bench_*.csv 2>/dev/null)) |
