Use ghc 9.2.3 for linux builds.
This commit is contained in:
parent
8197ae00b8
commit
54b20e5733
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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$$")
|
SOURCEFILES?=$(shell git ls-tree -r master --name-only | grep "\.hs$$")
|
||||||
BRANCH?=master
|
BRANCH?=master
|
||||||
ARCH=$(shell uname -m)
|
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)
|
COMMIT=$(shell git rev-parse --short HEAD)
|
||||||
TIMESTAMP=$(shell date "+%Y%m%d_%H%M")
|
TIMESTAMP=$(shell date "+%Y%m%d_%H%M")
|
||||||
LATESTBENCH=$(word 1,$(shell ls -t bench_*.csv 2>/dev/null))
|
LATESTBENCH=$(word 1,$(shell ls -t bench_*.csv 2>/dev/null))
|
||||||
|
|
Loading…
Reference in a new issue