From b2027da25190f35b5f4447fb317d0a3c6abdff52 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 6 Feb 2024 11:24:10 -0400 Subject: [PATCH] Revert "try aws-0.23 again with i386ancient" This reverts commit 43d182a9554c3cd4e2d2433ba0216d2254aeda17. In the dependencies for aws-0.23: aeson-1.3.1.1 from stack configuration does not match >=2.0.0.0 (latest matching version is 2.1.2.1) So this will never be able to be updated to aws-0.23 probably. --- standalone/linux/stack-i386ancient.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone/linux/stack-i386ancient.yaml b/standalone/linux/stack-i386ancient.yaml index 20df09c0ea..4ad5330fc0 100644 --- a/standalone/linux/stack-i386ancient.yaml +++ b/standalone/linux/stack-i386ancient.yaml @@ -14,7 +14,7 @@ packages: - '.' extra-deps: - IfElse-0.85 -- aws-0.23 +- aws-0.22 - bloomfilter-2.0.1.0 - tasty-1.2 - tasty-rerun-1.1.14