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

Supports GHC 8.10 or 8.12? #92

Closed kakkun61 closed 6 months ago

kakkun61 commented 1 year ago

It looks that the PR #75 was reverted accidentally at 560b151b5b0d0370dfec59d3e42c2b603ea7ba69.

The stack resolver at the current HEAD of main is lts-18.20, and it uses GHC 8.10.

But GitHub Actions Workflow says GHC 8.12.

They conflicts.

@iand675 which version do you intend?

iand675 commented 6 months ago

I've updated CI in this PR to focus on Nix support. https://github.com/iand675/hs-opentelemetry/pull/120

This currently supports GHC 9.0-9.8, but I'll try to expand it to GHC 8.10 and GHC 9.10 soon if I can.