From 8c59ba9e8ada7c293ce8b37591e850164236ea92 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 20 May 2016 10:18:24 +0900 Subject: [PATCH] latest haskell-gi packages need transformers-0.5 (haskell-gi/haskell-gi#30) --- build-constraints.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7d5196b4..6628fdde 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -917,7 +917,16 @@ packages: - cabal-sort - ghcjs-codemirror - ghcjs-dom - - gi-gtk + # https://github.com/haskell-gi/haskell-gi/issues/30 + - gi-atk < 2.0.1 + - gi-cairo < 1.0.1 + - gi-gdk < 3.0.1 + - gi-gdkpixbuf < 2.0.1 + - gi-gio < 2.0.1 + - gi-glib < 2.0.1 + - gi-gobject < 2.0.1 + - gi-gtk < 3.0.1 + - gi-pango < 1.0.1 - gtksourceview3 - idris - jsaddle