iand675 / hs-opentelemetry

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

Windows support #109

Closed develop7 closed 3 weeks ago

develop7 commented 9 months ago

The h-o-sdk package depends on unix, preventing it to build on Windows, while, at first glance, only unix-specific functions it seems to use are getProcessID (present in unix-compat-0.7.1) and getEffectiveUserName (a no-op on Windows?).

develop7 commented 3 weeks ago

Now that the #114 is merged, and until the Windows CI is ready and proves this otherwise (or anyone else would), I deem this issue resolved.