Skip to content

Commit 4e682e2

Browse files
committed
forbid older Cabal libs
1 parent de63aad commit 4e682e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ jobs:
115115
- name: Allow newer boot libraries
116116
run: |
117117
echo "allow-newer: base, template-haskell, ghc-prim" >> cabal.project.validate
118+
echo "constraints: Cabal-syntax 3.9.0.0" >> cabal.project.validate
118119
119120
- name: Set validate inputs
120121
run: |

0 commit comments

Comments
 (0)