haskell-github-trust / ekg-core

Library for tracking system metrics
BSD 3-Clause "New" or "Revised" License
40 stars 39 forks source link

Update to the new GHC.Stats API #23

Closed RyanGlScott closed 6 years ago

RyanGlScott commented 6 years ago

This uses CPP inside of registerGcMetrics to use the RTSStats-based API in base-4.10 and later, falling back to the old GCStats-based API on older versions of base. This is necessary to make ekg-core build on GHC 8.4, where the old GCStats-based API has been removed.

Fixes https://github.com/tibbe/ekg-core/issues/19.

23Skidoo commented 6 years ago

Nice! Will review later today.

23Skidoo commented 6 years ago

Merged, thanks!

23Skidoo commented 6 years ago

Released ekg-core-0.1.1.4 on Hackage.