Skip to content

Commit 2a6fa1e

Browse files
dependabot[bot]michaelpjjhrcek
authored
Bump haskell-actions/setup from 2.6.1 to 2.6.2 in /.github/actions/setup-build (#4116)
* 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](haskell-actions/setup@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] <[email protected]> * Update test after ghc 9.8.1 -> 9.8.2 bump --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Peyton Jones <[email protected]> Co-authored-by: Jan Hrček <[email protected]>
1 parent 0ff0327 commit 2a6fa1e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/actions/setup-build/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
sudo chown -R $USER /usr/local/.ghcup
3232
shell: bash
3333

34-
- uses: haskell-actions/[email protected].1
34+
- uses: haskell-actions/[email protected].2
3535
id: HaskEnvSetup
3636
with:
3737
ghc-version : ${{ inputs.ghc }}

Diff for: plugins/hls-eval-plugin/test/testdata/TPropertyError.ghc98.expected.hs

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ module TProperty where
66
-- Exception:
77
-- Prelude.head: empty list
88
-- CallStack (from HasCallStack):
9-
-- error, called at libraries/base/GHC/List.hs:1782:3 in base:GHC.List
10-
-- errorEmptyList, called at libraries/base/GHC/List.hs:89:11 in base:GHC.List
11-
-- badHead, called at libraries/base/GHC/List.hs:83:28 in base:GHC.List
9+
-- error, called at libraries/base/GHC/List.hs:2004:3 in base:GHC.List
10+
-- errorEmptyList, called at libraries/base/GHC/List.hs:90:11 in base:GHC.List
11+
-- badHead, called at libraries/base/GHC/List.hs:84:28 in base:GHC.List
1212
-- head, called at <interactive>:1:27 in interactive:Ghci2
1313
-- []

0 commit comments

Comments
 (0)