gtk2hs / svgcairo

Other
4 stars 11 forks source link

Building with current stack. #5

Open jhidding opened 5 years ago

jhidding commented 5 years ago

Hi, I'm trying to use svgcairo in a new project using Stack. There seems to be a build dependency on Cabal 1.24 here, which is playing havoc on the dependency tree. Is there a way around this, or is there a more recent library that is better suited to the new haskell-gi ecosystem? Cheers, Johan

jhidding commented 5 years ago

I managed to build svgcairo by removing the upper bound to the cabal version and slacking the requirement for gtk2hsC2hs to >= 0.13 (instead of 0.13.11).

hamishmack commented 5 years ago

I have uploaded 0.13.2.0 to hackage. It updates the svgcairo to use the latest gtk2hs-buildtools. I think this should resolve this issue.