Skip to content

Commit 0ca080d

Browse files
ci: Regenerate haskell-ci
1 parent 62dc26d commit 0ca080d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#
99
# For more information, see https://github.com/haskell-CI/haskell-ci
1010
#
11-
# version: 0.19.20240513
11+
# version: 0.19.20240514
1212
#
13-
# REGENDATA ("0.19.20240513",["github","cabal.project"])
13+
# REGENDATA ("0.19.20240514",["github","cabal.project"])
1414
#
1515
name: Haskell-CI
1616
on:
@@ -216,7 +216,7 @@ jobs:
216216
package X11
217217
flags: +pedantic
218218
EOF
219-
$HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: $_ installed\n" unless /^(X11)$/; }' >> cabal.project.local
219+
$HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: any.$_ installed\n" unless /^(X11)$/; }' >> cabal.project.local
220220
cat cabal.project
221221
cat cabal.project.local
222222
- name: dump install plan

0 commit comments

Comments
 (0)