We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1453d08 commit d84c42bCopy full SHA for d84c42b
.github/workflows/validate.yml
@@ -211,13 +211,6 @@ jobs:
211
212
- uses: actions/checkout@v4
213
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
-
221
- uses: haskell-actions/setup@v2
222
id: setup-haskell
223
with:
0 commit comments