File tree 2 files changed +4
-4
lines changed
.github/actions/setup-build
plugins/hls-eval-plugin/test/testdata
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 31
31
sudo chown -R $USER /usr/local/.ghcup
32
32
shell : bash
33
33
34
- - uses : haskell-actions/setup@v2.6.1
34
+ - uses : haskell-actions/setup@v2.6.2
35
35
id : HaskEnvSetup
36
36
with :
37
37
ghc-version : ${{ inputs.ghc }}
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ module TProperty where
6
6
-- Exception:
7
7
-- Prelude.head: empty list
8
8
-- 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
12
12
-- head, called at <interactive>:1:27 in interactive:Ghci2
13
13
-- []
You can’t perform that action at this time.
0 commit comments