From d2d6a2344b169f289ff8957966624d518a31dd17 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 24 May 2016 11:36:54 +0900 Subject: [PATCH] move haskell-gi packages to @garetxe See https://github.com/haskell-gi/haskell-gi/issues/30#issuecomment-221065981 for ack --- build-constraints.yaml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f0f9557d..88364fe5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -935,18 +935,6 @@ packages: - webkitgtk3 < 0.14.2.0 - webkitgtk3-javascriptcore < 0.13.2.0 - # haskell-gi: - - gi-atk - - gi-cairo - - gi-gdk - - gi-gdkpixbuf - - gi-gio - - gi-glib - - gi-gobject - - gi-gtk - - gi-pango - - haskell-gi - "Renzo Carbonara renzocarbonara@gmail.com @k0001": - network-simple - pipes-aeson @@ -2195,9 +2183,22 @@ packages: "David Reaver @jdreaver": - stratosphere + "Alexey Rodiontsev @klappvisor": - telegram-api + "Iñaki García Etxebarria @garetxe": + - gi-atk + - gi-cairo + - gi-gdk + - gi-gdkpixbuf + - gi-gio + - gi-glib + - gi-gobject + - gi-gtk + - gi-pango + - haskell-gi + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056