Closed sakshamsharma closed 7 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).
Now the Travis build is fixed, you should be able to see that this fails if you merge with the current master
.
Now requiring gtk >= 3.22
, so this isn't needed.
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.