Skip to content

Commit

Permalink
Merge pull request #107 from xmonad/haskell-ci-update
Browse files Browse the repository at this point in the history
ci: Regenerate haskell-ci
  • Loading branch information
liskin committed May 18, 2024
2 parents 62dc26d + 0ca080d commit 4bced85
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","cabal.project"])
# REGENDATA ("0.19.20240514",["github","cabal.project"])
#
name: Haskell-CI
on:
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
package X11
flags: +pedantic
EOF
$HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: $_ installed\n" unless /^(X11)$/; }' >> cabal.project.local
$HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: any.$_ installed\n" unless /^(X11)$/; }' >> cabal.project.local
cat cabal.project
cat cabal.project.local
- name: dump install plan
Expand Down

0 comments on commit 4bced85

Please sign in to comment.