From 6fb7ecde35e661da81dff1936a208618071f6e14 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 28 Aug 2020 14:07:31 -0400 Subject: [PATCH] need lts-13.11 after all the newer one fails at the end of build with an unavailable libc symbol. --- standalone/osx/stack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone/osx/stack.yaml b/standalone/osx/stack.yaml index 9aa5c3754d..80349cb607 100644 --- a/standalone/osx/stack.yaml +++ b/standalone/osx/stack.yaml @@ -30,4 +30,4 @@ extra-deps: - magic-1.1 explicit-setup-deps: git-annex: true -resolver: lts-14.27 +resolver: lts-13.11