mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-27 22:50:24 +01:00
Fix #7458 Remove Cabal from appearing directly in snapshots
This commit is contained in:
parent
6ec4253e8b
commit
344f38cef0
@ -482,8 +482,14 @@ packages:
|
|||||||
- type-of-html-static
|
- type-of-html-static
|
||||||
|
|
||||||
"Mikolaj Konarski <mikolaj.konarski@funktory.com> @Mikolaj":
|
"Mikolaj Konarski <mikolaj.konarski@funktory.com> @Mikolaj":
|
||||||
- Cabal < 3.12.0.0 # https://github.com/commercialhaskell/stackage/issues/7399
|
# Cabal is a GHC boot package and, consequently, like all other boot packages,
|
||||||
- cabal-install
|
# should not be included directly in a Stackage snapshot. The package version is
|
||||||
|
# specified by the specified GHC version. To do otherwise affects adversely
|
||||||
|
# Stack's ability to override the specified compiler easily. See:
|
||||||
|
# https://github.com/commercialhaskell/stackage/issues/7357 and
|
||||||
|
# https://github.com/commercialhaskell/stackage/issues/7458.
|
||||||
|
# - Cabal < 3.12.0.0 # https://github.com/commercialhaskell/stackage/issues/7399
|
||||||
|
- cabal-install < 3.10.3.0 # cabal-install-3.10.3.0 requires Cabal >= 3.10.3
|
||||||
- sdl2-ttf
|
- sdl2-ttf
|
||||||
- enummapset
|
- enummapset
|
||||||
- assert-failure
|
- assert-failure
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user