File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 cabal : ' 3.2'
2828 - ghc : ' 8.8.4'
2929 cabal : ' 3.2'
30- - ghc : ' 8.10.1 '
30+ - ghc : ' 8.10.7 '
3131 cabal : ' 3.2'
32+ - ghc : ' 9.0.1'
33+ cabal : ' 3.4'
3234
3335 steps :
3436 - uses : actions/checkout@v2
3739 github.event.action == 'synchronize' ||
3840 github.event.ref == 'refs/heads/master'
3941
40- - uses : actions/setup-haskell @v1
42+ - uses : haskell/ actions/setup@v1
4143 name : Setup Haskell
4244 with :
4345 ghc-version : ${{ matrix.versions.ghc }}
5153
5254 - name : Build
5355 run : |
54- cabal v2-update
5556 cabal v2-build --enable-tests
5657
5758 - name : Test
Original file line number Diff line number Diff line change @@ -16,11 +16,12 @@ extra-doc-files: README.md
1616 CHANGELOG.md
1717extra-source-files : test/test-doclayout.lua
1818tested-with : GHC == 8.0.2
19- GHC == 8.2.2
20- GHC == 8.4.4
21- GHC == 8.6.5
22- GHC == 8.8.4
23- GHC == 8.10.1
19+ , GHC == 8.2.2
20+ , GHC == 8.4.4
21+ , GHC == 8.6.5
22+ , GHC == 8.8.4
23+ , GHC == 8.10.7
24+ , GHC == 9.0.1
2425
2526source-repository head
2627 type : git
You can’t perform that action at this time.
0 commit comments