From 682a68968881d84217790f83c1ff56c4d4025034 Mon Sep 17 00:00:00 2001 From: Vaibhav Sagar Date: Thu, 26 Aug 2021 18:18:39 +1000 Subject: [PATCH] stack.yaml: use 18.5 LTS until there is a GHC 8.10.6 Docker image --- Dockerfile | 2 +- stack.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cb86cbe5..2a6d49c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/stack.yaml b/stack.yaml index 9e32d992..3962cd12 100644 --- a/stack.yaml +++ b/stack.yaml @@ -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: {}