From e78fc8499ba9eba3f984bef585de6df349916437 Mon Sep 17 00:00:00 2001 From: Hiroki Tokunaga Date: Sun, 23 Jun 2024 01:17:35 +0900 Subject: [PATCH] Bump Stack LTS to 22.26 (#918) --- CHANGELOG.md | 2 ++ stack.yaml | 2 +- stack.yaml.lock | 8 ++++---- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae4c971e8..abe2c87ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - The formatting style of import declarations with constructors ([#829]). - HIndent no longer inserts an empty line after a standalone kind signature ([#873]). +- Bumped Stack LTS to 22.26 ([#918]). ### Fixed @@ -378,6 +379,7 @@ This version is accidentally pushlished, and is the same as 5.3.3. [@uhbif19]: https://github.com/uhbif19 [@toku-sa-n]: https://github.com/toku-sa-n +[#918]: https://github.com/mihaimaruseac/hindent/pull/918 [#914]: https://github.com/mihaimaruseac/hindent/pull/914 [#875]: https://github.com/mihaimaruseac/hindent/pull/875 [#873]: https://github.com/mihaimaruseac/hindent/pull/873 diff --git a/stack.yaml b/stack.yaml index af2201968..014b3357e 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,4 +1,4 @@ -resolver: lts-20.4 +resolver: lts-22.26 packages: - '.' diff --git a/stack.yaml.lock b/stack.yaml.lock index 7d9790a6e..6f54a9c37 100644 --- a/stack.yaml.lock +++ b/stack.yaml.lock @@ -6,7 +6,7 @@ packages: [] snapshots: - completed: - sha256: 3770dfd79f5aed67acdcc65c4e7730adddffe6dba79ea723cfb0918356fc0f94 - size: 648660 - url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/20/4.yaml - original: lts-20.4 + sha256: 8e7996960d864443a66eb4105338bbdd6830377b9f6f99cd5527ef73c10c01e7 + size: 719128 + url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/26.yaml + original: lts-22.26