Skip to content

Commit a187d98

Browse files
committed
CI: patch GHC 9.8 compat for dependencies (TODO: revert)
1 parent 6a33d4d commit a187d98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ jobs:
107107
echo "FLAGS=$FLAGS" >> $GITHUB_ENV
108108
109109
- name: Allow newer dependencies when built with latest GHC
110-
if: ${{ matrix.ghc }} == '9.6.1'
110+
if: ${{ matrix.ghc }} == '9.8.1'
111111
run: |
112-
echo "allow-newer: rere:base, rere:transformers" >> cabal.project.validate
112+
echo "allow-newer: criterion:aeson, aeson:primitive, windns:*, nothunks:*, binary-orphans:base, microstache:*, safe-exceptions:deepseq, lukko:base, tree-diff:*, rere:base" >> cabal.project.validate
113113
114114
- name: Validate print-config
115115
run: sh validate.sh $FLAGS -s print-config

0 commit comments

Comments
 (0)