|
8 | 8 | # |
9 | 9 | # For more information, see https://github.com/haskell-CI/haskell-ci |
10 | 10 | # |
11 | | -# version: 0.19.20241223 |
| 11 | +# version: 0.19.20250115 |
12 | 12 | # |
13 | | -# REGENDATA ("0.19.20241223",["github","--config=cabal.haskell-ci","cabal.project"]) |
| 13 | +# REGENDATA ("0.19.20250115",["github","--config=cabal.haskell-ci","cabal.project"]) |
14 | 14 | # |
15 | 15 | name: Haskell-CI |
16 | 16 | on: |
@@ -106,8 +106,8 @@ jobs: |
106 | 106 | chmod a+x "$HOME/.ghcup/bin/ghcup" |
107 | 107 | - name: Install cabal-install |
108 | 108 | run: | |
109 | | - "$HOME/.ghcup/bin/ghcup" install cabal 3.14.1.0 || (cat "$HOME"/.ghcup/logs/*.* && false) |
110 | | - echo "CABAL=$HOME/.ghcup/bin/cabal-3.14.1.0 -vnormal+nowrap" >> "$GITHUB_ENV" |
| 109 | + "$HOME/.ghcup/bin/ghcup" install cabal 3.12.1.0 || (cat "$HOME"/.ghcup/logs/*.* && false) |
| 110 | + echo "CABAL=$HOME/.ghcup/bin/cabal-3.12.1.0 -vnormal+nowrap" >> "$GITHUB_ENV" |
111 | 111 | - name: Install GHC (GHCup) |
112 | 112 | if: matrix.setup-method == 'ghcup' |
113 | 113 | run: | |
@@ -210,18 +210,6 @@ jobs: |
210 | 210 | if [ $((HCNUMVER >= 80200)) -ne 0 ] ; then echo "package text-show" >> cabal.project ; fi |
211 | 211 | if [ $((HCNUMVER >= 80200)) -ne 0 ] ; then echo " ghc-options: -Werror=missing-methods" >> cabal.project ; fi |
212 | 212 | cat >> cabal.project <<EOF |
213 | | - allow-newer: aeson:ghc-prim |
214 | | - allow-newer: aeson:template-haskell |
215 | | - allow-newer: binary-orphans:base |
216 | | - allow-newer: indexed-traversable:base |
217 | | - allow-newer: indexed-traversable-instances:base |
218 | | - allow-newer: integer-conversion:base |
219 | | - allow-newer: microstache:base |
220 | | - allow-newer: quickcheck-instances:base |
221 | | - allow-newer: semialign:base |
222 | | - allow-newer: these:base |
223 | | - allow-newer: uuid-types:template-haskell |
224 | | -
|
225 | 213 | package text-show |
226 | 214 | ghc-options: -Werror |
227 | 215 | EOF |
|
0 commit comments