File tree 2 files changed +5
-6
lines changed 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113
113
id : setup-haskell
114
114
with :
115
115
ghc-version : ${{ matrix.ghc }}
116
- cabal-version : latest # latest is mandatory for cabal-testsuite, see https://github.com/haskell/cabal/issues/8133
116
+ cabal-version : 3.12.1.0 # see https://github.com/haskell/cabal/pull/10251
117
117
ghcup-release-channel : https://github.com/raw/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.8.yaml
118
118
119
119
# See the following link for a breakdown of the following step
Original file line number Diff line number Diff line change @@ -145,9 +145,8 @@ executable test-runtime-deps
145
145
146
146
custom-setup
147
147
-- we only depend on even stable releases of lib:Cabal
148
- -- and due to Custom complexity and ConstraintSetupCabalMaxVersion
149
- -- it has to be the latest release version plus
150
- -- you have to use the latest cabal-install release
151
- setup-depends : Cabal == 3.12. *,
152
- Cabal-syntax == 3.12. *,
148
+ -- and must match the release used in validate.yml (see
149
+ -- https://github.com/haskell/cabal/pull/10251)
150
+ setup-depends : Cabal ^>= 3.12.1 ,
151
+ Cabal-syntax ^>= 3.12.1 ,
153
152
base, filepath, directory
You can’t perform that action at this time.
0 commit comments