owickstrom / gi-gtk-declarative

Declarative GTK+ programming in Haskell
https://owickstrom.github.io/gi-gtk-declarative/
288 stars 35 forks source link

Bump upper bound on haskell-gi #48

Closed andreabedini closed 5 years ago

andreabedini commented 5 years ago

Hi @owickstrom,

thanks for the great library. I had trouble compiling gi-gio-2.0.22 on macOS (likely related to haskell-gi/haskell-gi#218 although I get a different error), so I tried to bump up the upper bound on haskell-gi and everything seems to work fine, with perhaps the only exception of a type annotation I had to put on examples/CustomWidget.hs. The this bumps the minor release, I am not sure if you want to do it differently.

my 2c, cheers

owickstrom commented 5 years ago

Thanks for the PR! Yeah, I can release that patch version so that you can use this. Have another thing coming down the pipe, but that'll be a minor version change as it breaks compatibility.

owickstrom commented 5 years ago

New versions published to Hackage now.