ci: Regenerate haskell-ci

This commit is contained in:
github-actions[bot] 2024-05-18 03:12:44 +00:00
parent 7210251138
commit c8c5cc1838

View File

@ -8,9 +8,9 @@
# #
# For more information, see https://github.com/haskell-CI/haskell-ci # For more information, see https://github.com/haskell-CI/haskell-ci
# #
# version: 0.19.20240513 # version: 0.19.20240514
# #
# REGENDATA ("0.19.20240513",["github","cabal.project"]) # REGENDATA ("0.19.20240514",["github","cabal.project"])
# #
name: Haskell-CI name: Haskell-CI
on: on:
@ -206,7 +206,7 @@ jobs:
flags: +pedantic flags: +pedantic
ghc-options: -j ghc-options: -j
EOF EOF
$HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: $_ installed\n" unless /^(xmonad-contrib)$/; }' >> cabal.project.local $HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: any.$_ installed\n" unless /^(xmonad-contrib)$/; }' >> cabal.project.local
cat cabal.project cat cabal.project
cat cabal.project.local cat cabal.project.local
- name: dump install plan - name: dump install plan