From b61ae269f7eec59b5ef41d5db0b4f70ac8f77551 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 19:53:07 +0000 Subject: [PATCH] [haskell] Update dependency haskell-stack to lts-22.39 --- haskell/stack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haskell/stack.yaml b/haskell/stack.yaml index 5ed5f19b..025ad778 100644 --- a/haskell/stack.yaml +++ b/haskell/stack.yaml @@ -17,7 +17,7 @@ # # resolver: ./custom-snapshot.yaml # resolver: https://example.com/snapshots/2018-01-01.yaml -resolver: lts-22.38 +resolver: lts-22.39 # User packages to be built.