stack.yaml: use 18.5 LTS until there is a GHC 8.10.6 Docker image

This commit is contained in:
Vaibhav Sagar 2021-08-26 18:18:39 +10:00
parent 2954716097
commit 682a689688
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# should match the GHC version of the stack.yaml resolver
# checked in CI
ARG GHC_VERSION=8.10.6
ARG GHC_VERSION=8.10.4
FROM haskell:${GHC_VERSION} AS ihaskell_base

View File

@ -1,5 +1,5 @@
# the GHC version of this resolver needs to match the GHC version in Dockerfile
resolver: lts-18.7
resolver: lts-18.5
allow-newer: true
flags: {}