File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
#
9
9
# For more information, see https://github.com/haskell-CI/haskell-ci
10
10
#
11
- # version: 0.19.20240513
11
+ # version: 0.19.20240514
12
12
#
13
- # REGENDATA ("0.19.20240513 ",["github","postgresql-libpq.cabal"])
13
+ # REGENDATA ("0.19.20240514 ",["github","postgresql-libpq.cabal"])
14
14
#
15
15
name : Haskell-CI
16
16
on :
@@ -196,7 +196,7 @@ jobs:
196
196
echo " ghc-options: -Werror=missing-methods" >> cabal.project
197
197
cat >> cabal.project <<EOF
198
198
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
200
200
cat cabal.project
201
201
cat cabal.project.local
202
202
- name : dump install plan
You can’t perform that action at this time.
0 commit comments