From 003dacbff7c660852f6c99dbe10c8af83e9e52c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 09:11:58 +0000 Subject: [PATCH] [haskell] Update dependency haskell-stack to lts-23.5 --- haskell/stack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haskell/stack.yaml b/haskell/stack.yaml index f005a61a..7e48fff2 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-23.4 +resolver: lts-23.5 # User packages to be built.