File tree 4 files changed +8
-17
lines changed
4 files changed +8
-17
lines changed Original file line number Diff line number Diff line change 10
10
name : cabal test - GHC ${{ matrix.ghc-version }}
11
11
strategy :
12
12
matrix :
13
- ghc-version : [94, 96 ]
13
+ ghc-version : [96, 98, 910 ]
14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1
- { system ? builtins . currentSystem , sources ? import ./nix/sources.nix , ghcVersion ? "94 " } :
1
+ { system ? builtins . currentSystem , sources ? import ./nix/sources.nix , ghcVersion ? "96 " } :
2
2
3
3
let
4
4
selectHls = self : super : {
Original file line number Diff line number Diff line change 1
- resolver : nightly-2023-04-21
1
+ resolver : lts-22.34
2
2
packages :
3
3
- ' .'
4
4
extra-deps :
5
- # linear-generic has been temporarily removed from Stackage nightly, see https://github.com/commercialhaskell/stackage/pull/6951
6
- - linear-generics-0.2.1@sha256:dfe005e94e9080a12a6e30ce2f2bd552f4085cea380161b785b04a3c2fd39a8a,5894
Original file line number Diff line number Diff line change 3
3
# For more information, please see the documentation at:
4
4
# https://docs.haskellstack.org/en/stable/lock_files
5
5
6
- packages:
7
- - completed:
8
- hackage: linear-generics-0.2.1@sha256:dfe005e94e9080a12a6e30ce2f2bd552f4085cea380161b785b04a3c2fd39a8a,5894
9
- pantry-tree:
10
- sha256: b5e5d4fadb4f3603647fffbee0626d14ac4076b1cc2256c721835a32db25f513
11
- size: 2818
12
- original:
13
- hackage: linear-generics-0.2.1@sha256:dfe005e94e9080a12a6e30ce2f2bd552f4085cea380161b785b04a3c2fd39a8a,5894
6
+ packages: []
14
7
snapshots:
15
8
- completed:
16
- sha256: 9f8b7563aeafe035eae2304131454e6c1a96611ad9921dde6981474e988a5873
17
- size: 608629
18
- url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2023/4/21 .yaml
19
- original: nightly-2023-04-21
9
+ sha256: edbd50d7e7c85c13ad5f5835ae2db92fab1e9cf05ecf85340e2622ec0a303df1
10
+ size: 720020
11
+ url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/34 .yaml
12
+ original: lts-22.34
You can’t perform that action at this time.
0 commit comments