diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index e7ce997..4273dad 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -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: @@ -196,7 +196,7 @@ jobs: echo " ghc-options: -Werror=missing-methods" >> cabal.project cat >> cabal.project <> 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