From f8d35fe75fce291cbb6b54b3b7ace68e70193374 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 20 Jan 2016 09:36:38 +0200 Subject: [PATCH] Add build-tool-overrides sections --- build-constraints.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 42880942..8578cfd4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -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 #