koterpillar / tianbar

A status bar for XMonad using WebKit for rendering
MIT License
30 stars 0 forks source link

Fix for change in Gtk.Window type #2

Closed sakshamsharma closed 7 years ago

sakshamsharma commented 8 years ago

The original one doesn't compile for me using stack on lts-6.7. Perhaps some tests had a weird set of versions? (I don't have cabal-install so cannot confirm whether the original one compiles with cabal or not).

After this fix, it seems to compile.

koterpillar commented 8 years ago

What is your version of gtk? If I remember correctly, you have to have either gtk >= 3.20, or gi-gtk that's not yet on Stackage (3.0.4).

koterpillar commented 8 years ago

Now the Travis build is fixed, you should be able to see that this fails if you merge with the current master.

koterpillar commented 7 years ago

Now requiring gtk >= 3.22, so this isn't needed.