File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
.github/actions/setup-build
plugins/hls-eval-plugin/test/testdata Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131 sudo chown -R $USER /usr/local/.ghcup
3232 shell : bash
3333
34- - uses : haskell-actions/setup@v2.6.1
34+ - uses : haskell-actions/setup@v2.6.2
3535 id : HaskEnvSetup
3636 with :
3737 ghc-version : ${{ inputs.ghc }}
Original file line number Diff line number Diff 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-- []
You can’t perform that action at this time.
0 commit comments