Skip to content

Commit d84c42b

Browse files
committed
Unbreak cabal validate nonsense
1 parent 1453d08 commit d84c42b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/validate.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -211,13 +211,6 @@ jobs:
211211
212212
- uses: actions/checkout@v4
213213

214-
# See https://github.com/haskell/cabal/blob/master/CONTRIBUTING.md#hackage-revisions
215-
- name: Manually supplied constraints/allow-newer
216-
if: github.event_name == 'workflow_dispatch'
217-
run: |
218-
echo "allow-newer: ${ALLOWNEWER}" >> cabal.validate.project
219-
echo "constraints: ${CONSTRAINTS}" >> cabal.validate.project
220-
221214
- uses: haskell-actions/setup@v2
222215
id: setup-haskell
223216
with:

0 commit comments

Comments
 (0)