Skip to content

Commit 4b944e1

Browse files
committed
any
1 parent 1c2aa8c commit 4b944e1

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","postgresql-libpq.cabal"])
13+
# REGENDATA ("0.19.20240514",["github","postgresql-libpq.cabal"])
1414
#
1515
name: Haskell-CI
1616
on:
@@ -196,7 +196,7 @@ jobs:
196196
echo " ghc-options: -Werror=missing-methods" >> cabal.project
197197
cat >> cabal.project <<EOF
198198
EOF
199-
$HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: $_ installed\n" unless /^(postgresql-libpq)$/; }' >> cabal.project.local
199+
$HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: any.$_ installed\n" unless /^(postgresql-libpq)$/; }' >> cabal.project.local
200200
cat cabal.project
201201
cat cabal.project.local
202202
- name: dump install plan

0 commit comments

Comments
 (0)