From c58adbd1f58e4bfb5e7ca7485058ae4453a55c21 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 21 May 2016 11:34:13 +0900 Subject: [PATCH] Revert "latest haskell-gi allows transformers < 0.5 (haskell-gi/haskell-gi#30)" gi-glib-2.0.2 failed to configure This reverts commit ca8fd15ea9c1b420128974fe049b1d5475c5d60e. --- build-constraints.yaml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a6c55319..2a214517 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -918,15 +918,16 @@ packages: - cabal-sort - ghcjs-codemirror - ghcjs-dom - - gi-atk - - gi-cairo - - gi-gdk - - gi-gdkpixbuf - - gi-gio - - gi-glib - - gi-gobject - - gi-gtk - - gi-pango + # 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