Skip to content

Commit

Permalink
fixup! Update integration script.
Browse files Browse the repository at this point in the history
  • Loading branch information
kindaro committed Apr 10, 2024
1 parent 2ed25fc commit e223b42
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
@@ -1,6 +1,6 @@
# This GitHub workflow config has been generated by a script via
#
# haskell-ci 'github' '--no-cabal-check' '--installed' '+all' '--installed' '-Cabal' '--installed' '-text' 'cabal-prettify.cabal'
# haskell-ci 'github' '--no-cabal-check' '--installed' '+all' '--installed' '-Cabal' '--installed' '-text' '--installed' '-parsec' 'cabal-prettify.cabal'
#
# To regenerate the script (for example after adjusting tested-with) run
#
Expand All @@ -10,7 +10,7 @@
#
# version: 0.16.6
#
# REGENDATA ("0.16.6",["github","--no-cabal-check","--installed","+all","--installed","-Cabal","--installed","-text","cabal-prettify.cabal"])
# REGENDATA ("0.16.6",["github","--no-cabal-check","--installed","+all","--installed","-Cabal","--installed","-text","--installed","-parsec","cabal-prettify.cabal"])
#
name: Haskell-CI
on:
Expand Down Expand Up @@ -173,7 +173,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 /^(Cabal|cabal-prettify|text)$/; }' >> cabal.project.local
$HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: $_ installed\n" unless /^(Cabal|cabal-prettify|parsec|text)$/; }' >> cabal.project.local
cat cabal.project
cat cabal.project.local
- name: dump install plan
Expand Down

0 comments on commit e223b42

Please sign in to comment.