mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 11:26:08 +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
|
# should match the GHC version of the stack.yaml resolver
|
||||||
# checked in CI
|
# checked in CI
|
||||||
ARG GHC_VERSION=8.10.6
|
ARG GHC_VERSION=8.10.4
|
||||||
|
|
||||||
FROM haskell:${GHC_VERSION} AS ihaskell_base
|
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
|
# 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
|
allow-newer: true
|
||||||
|
|
||||||
flags: {}
|
flags: {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user