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:
jkachmar 2024-03-21 20:37:46 -04:00 committed by GitHub
parent 4a17a3caf7
commit 7478e3cd0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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