From 395f0e2599a6168a550d8aa59c509f0754725b37 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 2 Aug 2015 22:54:33 +0900 Subject: [PATCH] put gtk3 < 0.14 in stackage upperbounds (#725) --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 91cd0840..5cb06074 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1246,6 +1246,9 @@ packages: # https://github.com/fpco/stackage/issues/710 - fsnotify < 0.2 + # https://github.com/fpco/stackage/issues/725 + - gtk3 < 0.14 + # Package flags are applied to individual packages, and override the values of # global-flags package-flags: @@ -1662,8 +1665,7 @@ expected-haddock-failures: # Requires build before haddock, which doesn't always happen in incremental # builds. Could consider special-casing this requirement. - gtk - # https://github.com/fpco/stackage/issues/725 - - gtk3 < 0.14 + - gtk3 # Not sure why, but it's a temporary package anyway - Cabal-ide-backend