Skip to content

Commit

Permalink
Use cabal.project.user only in GHC 9.6.2 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Sep 15, 2023
1 parent c9ead71 commit 94920f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/packcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# ------------------------------------------------------------------------
CABAL_CHECK_RELAX: y
CABAL_HACKAGE_MIRROR: "hackage.haskell.org:http://hackage.fpcomplete.com"
CABAL_PROJECT: "cabal.project.user"
# CABAL_PROJECT: "cabal.project.user"
DISABLE_SDIST_BUILD: "y"

# ------------------------------------------------------------------------
Expand Down Expand Up @@ -96,6 +96,8 @@ jobs:
command: cabal-v2
runner: ubuntu-latest
cabal-version: 3.8.1.0
pack_options: >-
CABAL_PROJECT=cabal.project.user
- name: 9.4.4
ghc_version: 9.4.4
Expand Down

0 comments on commit 94920f7

Please sign in to comment.