Skip to content

Commit

Permalink
GHC 9.6.1 compat: allow-newer non-installable packages (TODO: revert)
Browse files Browse the repository at this point in the history
Dependencies that require this: rere, tree-diff
  • Loading branch information
ulysses4ever committed Mar 15, 2023
1 parent feea866 commit 979468b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: base,ghc-prim,template-haskell" >> cabal.project.validate
- name: Validate print-config
run: sh validate.sh $FLAGS -s print-config

Expand Down

0 comments on commit 979468b

Please sign in to comment.