Skip to content
Snippets Groups Projects
Commit db4d518e authored by Artem Pelenitsyn's avatar Artem Pelenitsyn
Browse files

CI GHC 9.6: allow-newer base for rere (TODO: revert)

parent 561bf1b7
No related branches found
No related tags found
No related merge requests found
......@@ -131,6 +131,11 @@ jobs:
fi
echo "FLAGS=$FLAGS" >> $GITHUB_ENV
- name: Allow newer dependencies when built with latest GHC
if: ${{ matrix.ghc }} == '9.6.1'
run: |
echo "allow-newer: rere:base, rere:transformers" >> cabal.project.validate
- name: Validate print-config
run: sh validate.sh $FLAGS -s print-config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment