owickstrom / gi-gtk-declarative

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

Dependency version bumps are not released to Hackage. #95

Closed kindaro closed 3 years ago

kindaro commented 3 years ago

I think a new Hackage release is needed.

See this line:

https://github.com/owickstrom/gi-gtk-declarative/blob/8fd9c795c19d8e8c1ae1b956fbdae7102efc7a3b/gi-gtk-declarative/gi-gtk-declarative.cabal#L61

On Hackage, it looks like this:

                  , haskell-gi             >= 0.21 && <0.24

This change is important because of #89 and ultimately haskell-gi/haskell-gi#318, which are all by now fixed.

owickstrom commented 3 years ago

Thanks. Both packages are now released as version 0.7.0.

kindaro commented 3 years ago

Thanks, I confirm that it works!