File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 steps :
3131 - uses : actions/checkout@v3
3232
33- - uses : haskell/actions/setup@v1
33+ - uses : haskell/actions/setup@v2
3434 id : haskell-setup
3535 with :
3636 ghc-version : ${{ matrix.ghc-ver }}
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ maintainer: Andreas Abel
1515category : Development
1616build-type : Simple
1717
18+ -- Supported GHC versions when building with cabal:
1819tested-with :
1920 -- Keep in descending order.
2021 GHC == 9.4.3
@@ -31,6 +32,12 @@ extra-source-files:
3132 README.md
3233 fixtures/*.diff
3334 fixtures/*.cabal
35+ -- Supported GHC versions when building with stack:
36+ stack-9.4.3.yaml
37+ stack-9.2.5.yaml
38+ stack-9.2.4.yaml
39+ stack-9.0.2.yaml
40+ stack-8.10.7.yaml
3441
3542source-repository head
3643 Type : git
Original file line number Diff line number Diff line change 1- resolver : lts-19.19
1+ resolver : lts-19.33
22compiler : ghc-9.0.2
33compiler-check : match-exact
44
Original file line number Diff line number Diff line change 1- resolver : lts-20.1
1+ resolver : lts-20.4
22compiler : ghc-9.2.5
33compiler-check : match-exact
Original file line number Diff line number Diff line change 1- resolver : nightly-2022-11-26
1+ resolver : nightly-2022-12-22
22compiler : ghc-9.4.3
33compiler-check : match-exact
You can’t perform that action at this time.
0 commit comments