stack.yaml: bump resolver to lts-18.7

This commit is contained in:
Vaibhav Sagar 2021-08-22 05:27:34 +10:00
parent 39f18ffa3d
commit 911c440b3d
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.4
ARG GHC_VERSION=8.10.6
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.5
resolver: lts-18.7
allow-newer: true
flags: {}