From 84840a4b73dde3f066319e551d7dc5869e5e3b95 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 2 Aug 2015 22:33:39 +0900 Subject: [PATCH] gtk3-0.14 breaks plot-gtk3 (#725) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4adaa49b..91cd0840 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1662,7 +1662,8 @@ expected-haddock-failures: # Requires build before haddock, which doesn't always happen in incremental # builds. Could consider special-casing this requirement. - gtk - - gtk3 + # https://github.com/fpco/stackage/issues/725 + - gtk3 < 0.14 # Not sure why, but it's a temporary package anyway - Cabal-ide-backend