Commit 682a6896 authored by Vaibhav Sagar's avatar Vaibhav Sagar

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

parent 29547160
# 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
......
# 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: {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment