Skip to content

Commit

Permalink
any
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed May 14, 2024
1 parent 1c2aa8c commit 4b944e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
#
# For more information, see https://github.com/haskell-CI/haskell-ci
#
# version: 0.19.20240513
# version: 0.19.20240514
#
# REGENDATA ("0.19.20240513",["github","postgresql-libpq.cabal"])
# REGENDATA ("0.19.20240514",["github","postgresql-libpq.cabal"])
#
name: Haskell-CI
on:
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
echo " ghc-options: -Werror=missing-methods" >> cabal.project
cat >> cabal.project <<EOF
EOF
$HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: $_ installed\n" unless /^(postgresql-libpq)$/; }' >> cabal.project.local
$HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: any.$_ installed\n" unless /^(postgresql-libpq)$/; }' >> cabal.project.local
cat cabal.project
cat cabal.project.local
- name: dump install plan
Expand Down

0 comments on commit 4b944e1

Please sign in to comment.