mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 03:16:20 +00:00
stack.yaml: use 18.5 LTS until there is a GHC 8.10.6 Docker image
This commit is contained in:
parent
2954716097
commit
682a689688
@ -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
|
||||
|
||||
|
@ -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: {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user