mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-24 21:21:58 +01:00
Add build-tool-overrides sections
This commit is contained in:
parent
939c7629cd
commit
f8d35fe75f
@ -2566,6 +2566,18 @@ github-users:
|
|||||||
|
|
||||||
# end of github-users
|
# end of github-users
|
||||||
|
|
||||||
|
# begin build-tool-overrides
|
||||||
|
#
|
||||||
|
# Used to set a mapping from build tools to package names, ignoring the
|
||||||
|
# metadata on Hackage itself
|
||||||
|
|
||||||
|
build-tool-overrides:
|
||||||
|
# Ignore the cabal-install-ghc72 and cabal-install-ghc74 packages
|
||||||
|
cabal:
|
||||||
|
- cabal-install
|
||||||
|
|
||||||
|
# end build-tool-overrides
|
||||||
|
|
||||||
# Useful for checking for strict upper bounds against new versions of core
|
# Useful for checking for strict upper bounds against new versions of core
|
||||||
# packages, e.g. when a new version of transformers is released
|
# packages, e.g. when a new version of transformers is released
|
||||||
#
|
#
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user