Skip to content

Commit

Permalink
forbid older Cabal libs
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysses4ever committed Feb 12, 2023
1 parent de63aad commit 4e682e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:
- name: Allow newer boot libraries
run: |
echo "allow-newer: base, template-haskell, ghc-prim" >> cabal.project.validate
echo "constraints: Cabal-syntax 3.9.0.0" >> cabal.project.validate
- name: Set validate inputs
run: |
Expand Down

0 comments on commit 4e682e2

Please sign in to comment.