Skip to content

Commit df61b3d

Browse files
committed
Update validate pipeline
1 parent 85ae7ec commit df61b3d

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

.github/workflows/validate.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ defaults:
66
run:
77
shell: bash
88

9-
# See: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency.
10-
concurrency:
11-
group: ${{ github.ref }}-${{ github.workflow }}
12-
cancel-in-progress: true
13-
149
on:
1510
push:
1611
branches:
@@ -19,6 +14,7 @@ on:
1914
release:
2015
types:
2116
- created
17+
workflow_dispatch:
2218

2319
env:
2420
# We choose a stable ghc version across all os's

cabal.project.validate

+11
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,14 @@ package cabal-testsuite
3030
ghc-options: -Werror
3131
package cabal-install
3232
ghc-options: -Werror
33+
34+
constraints: tar >= 0.6.2.0,
35+
bzlib-conduit >= 0.3.0.3,
36+
bz2 >= 1.0.1.1,
37+
bzlib >= 0.5.2.0,
38+
directory >= 1.3.8.3,
39+
filepath == 1.4.101.0 || == 1.4.300.1 || >= 1.5.2.0
40+
41+
package zlib
42+
flags: -pkg-config +bundled-c-zlib
43+

0 commit comments

Comments
 (0)