From f7b7a61a0af426a4f1860e675cd8514b16f86cb5 Mon Sep 17 00:00:00 2001 From: Bryan Richter Date: Thu, 12 Dec 2024 16:52:38 +0200 Subject: [PATCH] Downgrade back to lts-22.6 --- stack.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/stack.yaml b/stack.yaml index ed2b971..a9e4588 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,4 +1,8 @@ -resolver: lts-22.43 +# As this is built on NixOS stable, it has to stay on a GHC that exists on the +# OS. +# I.e. changes here need to be synced with changes to +# https://github.com/haskellfoundation/hf-infrastructure +resolver: lts-22.6 extra-deps: # WARNING: Changing the hoogle version causes stackage-server-cron to regenerate # Hoogle databases FOR EVERY SNAPSHOT, EVER. Usually, that's ok! But don't