Skip to content

Commit

Permalink
restore cabal build
Browse files Browse the repository at this point in the history
  • Loading branch information
agentm committed May 27, 2024
1 parent bcc2fe6 commit bd88282
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "CI"
name: "Stack"
on:
pull_request:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#
# REGENDATA ("0.19.20240514",["github","project-m36.cabal"])
#
name: Haskell-CI
name: "Cabal"
on:
- push
- pull_request
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
echo "packages: ${PKGDIR_project_m36}" >> cabal.project
echo "package project-m36" >> cabal.project
echo " ghc-options: -Werror=missing-methods" >> cabal.project
echo "allow-newer: fast-builder:base" >> cabal.project
echo "allow-newer: fast-builder:base" >> cabal.project
cat >> cabal.project <<EOF
EOF
$HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: any.$_ installed\n" unless /^(project-m36)$/; }' >> cabal.project.local
Expand Down

0 comments on commit bd88282

Please sign in to comment.