aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2023-08-04 13:53:46 -0700
committerJohn MacFarlane <[email protected]>2023-08-04 13:54:04 -0700
commit889dcbe99ce16f66108f7a8fc6dd064f9d9ce30e (patch)
tree07c73d4cc73dd27bed262d9df68270fb8cd74451 /Makefile
parent5e1b9591e1999e25b0ef9dc3f642f5cdd3beed8d (diff)
Use ghc 9.6 for release builds.
See #8947.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b4f052c62..9c1fafe24 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ version?=$(shell grep '^[Vv]ersion:' pandoc.cabal | awk '{print $$2;}')
pandoc=$(shell find dist -name pandoc -type f -exec ls -t {} \; | head -1)
SOURCEFILES?=$(shell git ls-tree -r main --name-only src pandoc-cli pandoc-server pandoc-lua-engine | grep "\.hs$$")
PANDOCSOURCEFILES?=$(shell git ls-tree -r main --name-only src | grep "\.hs$$")
-DOCKERIMAGE=glcr.b-data.ch/ghc/ghc-musl:9.2.8
+DOCKERIMAGE=glcr.b-data.ch/ghc/ghc-musl:9.6
TIMESTAMP=$(shell date "+%Y%m%d_%H%M")
LATESTBENCH=$(word 1,$(shell ls -t bench_*.csv 2>/dev/null))
BASELINE?=$(LATESTBENCH)