iand675 / hs-opentelemetry

OpenTelemetry support for the Haskell programming language
https://iankduncan.com/projects/opentelemetry
BSD 3-Clause "New" or "Revised" License
75 stars 34 forks source link

Add a TH helper for creating InstrumentationLibrarys #161

Closed michaelpj closed 6 days ago

michaelpj commented 1 week ago

This adds a little TH helper that parses out the library name and version from the TH location, so you can reliably get the right answer.

Fixes #2

michaelpj commented 6 days ago

Yes, exactly.