ewestern / geos

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

Add Show instance for GeometryConstructionError #38

Closed andreabedini closed 3 years ago

andreabedini commented 3 years ago

Hi @ewestern,

thanks for your library. I noticed GeometryConstructionError doens't have a Show instance. I find it useful and I thought to add such instance with a PR.

ewestern commented 3 years ago

Thank you!