From af38a7ebe0122bf92a756d676708debd04685ffe Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 21 Sep 2026 12:28:12 -0700 Subject: [PATCH] Try to fix stack.yaml allow-newer-deps. --- stack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.yaml b/stack.yaml index b37f1f549..9ce2f32c8 100644 --- a/stack.yaml +++ b/stack.yaml @@ -5,7 +5,7 @@ flags: old-random: false allow-newer: true allow-newer-deps: - - zip-archive + - hslua-module-zip packages: - '.' - 'pandoc-cli'