From 72428d13ec66a3dfce94f66655792db418cfef0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 02:32:23 +0000 Subject: [PATCH 1/2] Bump haskell-actions/setup in /.github/actions/setup-build Bumps [haskell-actions/setup](https://github.com/haskell-actions/setup) from 2.6.1 to 2.6.2. - [Release notes](https://github.com/haskell-actions/setup/releases) - [Commits](https://github.com/haskell-actions/setup/compare/v2.6.1...v2.6.2) --- updated-dependencies: - dependency-name: haskell-actions/setup dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/actions/setup-build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-build/action.yml b/.github/actions/setup-build/action.yml index e0318bd8f9..b66c29d124 100644 --- a/.github/actions/setup-build/action.yml +++ b/.github/actions/setup-build/action.yml @@ -31,7 +31,7 @@ runs: sudo chown -R $USER /usr/local/.ghcup shell: bash - - uses: haskell-actions/setup@v2.6.1 + - uses: haskell-actions/setup@v2.6.2 id: HaskEnvSetup with: ghc-version : ${{ inputs.ghc }} From 75b1dd69a4533dcb8b96280439a527ea9493565b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Hr=C4=8Dek?= Date: Tue, 5 Mar 2024 04:45:36 +0100 Subject: [PATCH 2/2] Update test after ghc 9.8.1 -> 9.8.2 bump --- .../test/testdata/TPropertyError.ghc98.expected.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/hls-eval-plugin/test/testdata/TPropertyError.ghc98.expected.hs b/plugins/hls-eval-plugin/test/testdata/TPropertyError.ghc98.expected.hs index 9fc0848785..55b606f0cb 100644 --- a/plugins/hls-eval-plugin/test/testdata/TPropertyError.ghc98.expected.hs +++ b/plugins/hls-eval-plugin/test/testdata/TPropertyError.ghc98.expected.hs @@ -6,8 +6,8 @@ module TProperty where -- Exception: -- Prelude.head: empty list -- CallStack (from HasCallStack): --- error, called at libraries/base/GHC/List.hs:1782:3 in base:GHC.List --- errorEmptyList, called at libraries/base/GHC/List.hs:89:11 in base:GHC.List --- badHead, called at libraries/base/GHC/List.hs:83:28 in base:GHC.List +-- error, called at libraries/base/GHC/List.hs:2004:3 in base:GHC.List +-- errorEmptyList, called at libraries/base/GHC/List.hs:90:11 in base:GHC.List +-- badHead, called at libraries/base/GHC/List.hs:84:28 in base:GHC.List -- head, called at :1:27 in interactive:Ghci2 -- []