ewestern / geos

This is a Haskell binding to Geos, the open-source geometry library
MIT License
13 stars 9 forks source link

Jamiecook/handle_modern_geos_finalisers #5

Open jamiecook opened 7 years ago

jamiecook commented 7 years ago

This branch started out as an experiment but has some things which I thought might be appreciated. Basically the geos finaliser method is changed in 3.5, the init is too and is handled as such in the c code, this PR does the same for the finaliser.

jamiecook commented 7 years ago

I think most of this has been superceeded... did you want to bring across the new finaliser logic?