Use ghc 9.2.1 docker image for deb pkg.

This commit is contained in:
John MacFarlane 2022-01-12 17:43:15 -08:00
parent 1a6fad9fbd
commit d3e99421b0

View file

@ -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:8.10.4
DOCKERIMAGE=registry.gitlab.b-data.ch/ghc/ghc4pandoc:9.2.1
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))