Pin gi-* bindings to versions with stack workaround

Stack does not understand the "custom-setup" stanza introduced in cabal
1.24:
https://github.com/commercialhaskell/stack/issues/2094
so pin the versions of the bindings to those using the
"explicit-setup-deps" workaround.
This commit is contained in:
Iñaki García Etxebarria 2016-05-27 11:02:53 +02:00
parent ae0885c60f
commit f337d9da08

View File

@ -2213,15 +2213,18 @@ packages:
- telegram-api - telegram-api
"Iñaki García Etxebarria <garetxe@gmail.com> @garetxe": "Iñaki García Etxebarria <garetxe@gmail.com> @garetxe":
- gi-atk # Pinned to versions not using custom-setup, since stack does
- gi-cairo # not understand that syntax yet:
- gi-gdk # https://github.com/commercialhaskell/stack/issues/2094
- gi-gdkpixbuf - gi-atk == 2.0.3
- gi-gio - gi-cairo == 1.0.3
- gi-glib - gi-gdk == 3.0.3
- gi-gobject - gi-gdkpixbuf == 2.0.3
# GHC 8 - gi-gtk - gi-gio == 2.0.3
- gi-pango - gi-glib == 2.0.3
- gi-gobject == 2.0.3
# GHC 8 - gi-gtk == 3.0.3
- gi-pango == 1.0.3
- haskell-gi - haskell-gi
"Ian Grant Jeffries <ian@housejeffries.com> @seagreen": "Ian Grant Jeffries <ian@housejeffries.com> @seagreen":