mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-13 07:48:31 +01:00
restrict 'cabal-install' < 3.10.3
Stackage uses the version of 'Cabal' that GHC ships with. As of GHC 9.8.2, that's 'Cabal-3.10.2.0', so the version of 'cabal-install' that we support must be compatible with it.
This commit is contained in:
parent
4a17a3caf7
commit
7478e3cd0b
@ -459,7 +459,7 @@ packages:
|
||||
|
||||
"Mikolaj Konarski <mikolaj.konarski@funktory.com> @Mikolaj":
|
||||
# - Cabal # take the one that ships with GHC
|
||||
- cabal-install
|
||||
- cabal-install < 3.10.3 # we build against 'Cabal' shipped with GHC; as of 9.8.2 that's Cabal-3.10.2
|
||||
- sdl2-ttf
|
||||
- enummapset
|
||||
- assert-failure
|
||||
|
||||
Loading…
Reference in New Issue
Block a user