From eb718cbe3aea4efc25700c23d1a6c248416e6a72 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 19 Jan 2016 18:18:34 -0800 Subject: [PATCH] Try ignoring cabal-install-ghc72 and cabal-install-ghc74 --- build-constraints.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e1273f65..61e8c0de 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2023,6 +2023,9 @@ skipped-builds: # See: https://github.com/fpco/stackage/issues/696 - libsystemd-journal + - cabal-install-ghc72 + - cabal-install-ghc74 + # By skipping a test suite, we do not pull in the build dependencies @@ -2568,5 +2571,8 @@ github-users: # Useful for checking for strict upper bounds against new versions of core # packages, e.g. when a new version of transformers is released # -# treat-as-non-core: +treat-as-non-core: +- cabal-install-ghc72 +- cabal-install-ghc74 + # - transformers