Skip to content

Commit

Permalink
Patch haskell-ci.yml to exclude bad build with base-compat-0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Feb 25, 2023
1 parent 6ce24e6 commit ab5d389
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ jobs:
EOF
if $HEADHACKAGE; then
echo "allow-newer: $($HCPKG list --simple-output | sed -E 's/([a-zA-Z-]+)-[0-9.]+/*:\1,/g')" >> cabal.project
echo "constraints: base-compat >= 0.12.2" >> cabal.project
fi
$HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: $_ installed\n" unless /^(HsYAML-aeson|transformers)$/; }' >> cabal.project.local
cat cabal.project
Expand Down

0 comments on commit ab5d389

Please sign in to comment.