Skip to content

Commit

Permalink
CI: patch GHC 9.8 compat for dependencies (TODO: revert)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysses4ever authored Oct 13, 2023
1 parent 3625741 commit 917946a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ jobs:
echo "FLAGS=$FLAGS" >> $GITHUB_ENV
- name: Allow newer dependencies when built with latest GHC
if: ${{ matrix.ghc }} == '9.6.1'
if: ${{ matrix.ghc }} == '9.8.1'
run: |
echo "allow-newer: rere:base, rere:transformers" >> cabal.project.validate
echo "allow-newer: tree-diff:base, rere:base, rere:transformers" >> cabal.project.validate
- name: Validate print-config
run: sh validate.sh $FLAGS -s print-config
Expand Down

0 comments on commit 917946a

Please sign in to comment.