Add build-tool-overrides sections

This commit is contained in:
Michael Snoyman 2016-01-20 09:36:38 +02:00
parent 939c7629cd
commit f8d35fe75f

View File

@ -2566,6 +2566,18 @@ 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
# packages, e.g. when a new version of transformers is released
#