File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 - " 8.10.7"
1616 - " 8.8.4"
1717 cabal :
18- - " 3.8"
18+ - " 3.8.0.0 "
1919 os :
2020 - ubuntu-latest
2121 - macOS-latest
2424 - uses : actions/checkout@v2
2525 - name : Set up Haskell
2626 id : setup-haskell-cabal
27- uses : haskell/actions/setup@v1
27+ uses : haskell/actions/setup@v2
2828 with :
2929 ghc-version : ${{ matrix.ghc }}
3030 cabal-version : ${{ matrix.cabal }}
@@ -105,15 +105,15 @@ jobs:
105105 - " 8.10.7"
106106 - " 8.8.4"
107107 cabal :
108- - " 3.8"
108+ - " 3.8.0.0 "
109109 os :
110110 - windows-latest
111111 fail-fast : false
112112 steps :
113113 - uses : actions/checkout@v2
114114 - name : Set up Haskell
115115 id : setup-haskell-cabal
116- uses : haskell/actions/setup@v1
116+ uses : haskell/actions/setup@v2
117117 with :
118118 ghc-version : ${{ matrix.ghc }}
119119 cabal-version : ${{ matrix.cabal }}
You can’t perform that action at this time.
0 commit comments