Unverified Commit d239e6f0 authored by Vaibhav Sagar's avatar Vaibhav Sagar Committed by GitHub

Merge pull request #1254 from gibiansky/bump-resolver

stack.yaml: bump resolver to lts-18.7
parents 39f18ffa 911c440b
# should match the GHC version of the stack.yaml resolver # should match the GHC version of the stack.yaml resolver
# checked in CI # checked in CI
ARG GHC_VERSION=8.10.4 ARG GHC_VERSION=8.10.6
FROM haskell:${GHC_VERSION} AS ihaskell_base FROM haskell:${GHC_VERSION} AS ihaskell_base
......
# the GHC version of this resolver needs to match the GHC version in Dockerfile # the GHC version of this resolver needs to match the GHC version in Dockerfile
resolver: lts-18.5 resolver: lts-18.7
allow-newer: true allow-newer: true
flags: {} 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