Skip to content

Commit

Permalink
print cabal.project.local
Browse files Browse the repository at this point in the history
  • Loading branch information
Rembane committed Sep 25, 2023
1 parent ecea113 commit b030595
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
linux:
name: Haskell-CI - Linux - ${{ matrix.compiler }}
runs-on: ubuntu-20.04
timeout-minutes:
60
timeout-minutes: 60
container:
image: buildpack-deps:bionic
continue-on-error: ${{ matrix.allow-failure }}
Expand Down Expand Up @@ -145,8 +144,11 @@ jobs:
cat >> cabal.project <<EOF
EOF
$HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: $_ installed\n" unless /^(mat-chalmers)$/; }' >> cabal.project.local
echo "Printing cabal.project"
cat cabal.project
echo "Printing cabal.project.local"
cat cabal.project.local
echo "Done"
- name: dump install plan
run: |
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
Expand Down

0 comments on commit b030595

Please sign in to comment.