Skip to content

Commit

Permalink
Try to update the Custom setup cabal to 3.10 according to Artem's sug…
Browse files Browse the repository at this point in the history
…gestion
  • Loading branch information
Mikolaj committed Mar 13, 2023
1 parent 9e36d81 commit 053c7d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
id: setup-haskell
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: '3.8.1.0'
cabal-version: '3.10.1.0'

# See the following link for a breakdown of the following step
# https://github.com/haskell/actions/issues/7#issuecomment-745697160
Expand Down Expand Up @@ -357,7 +357,7 @@ jobs:
id: setup-haskell
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: '3.8.1.0'
cabal-version: '3.10.1.0'

# As we are reusing the cached build dir from the previous step
# the generated artifacts are available here,
Expand Down
4 changes: 2 additions & 2 deletions cabal-testsuite/cabal-testsuite.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ custom-setup
-- and due to Custom complexity and ConstraintSetupCabalMaxVersion
-- it has to be the latest release version plus
-- you have to use the latest cabal-install release
setup-depends: Cabal == 3.8.*,
Cabal-syntax == 3.8.*,
setup-depends: Cabal == 3.10.*,
Cabal-syntax == 3.10.*,
base, filepath, directory

0 comments on commit 053c7d5

Please sign in to comment.