haskell-hvr / uuid

A Haskell library for creating, printing and parsing UUIDs
http://hackage.haskell.org/package/uuid
61 stars 38 forks source link

Switch from Criterion to Gauge #51

Closed ysangkok closed 3 years ago

ysangkok commented 4 years ago

This is one piece in the puzzle of achieving GHC 8.10 compatibility. Criterion 1.5 (currently 1.4 is used) would introduce a cyclic dependency, so using Gauge instead on recommendation from Simon Jakobi (@sjakobi on GHC Gitlab and Freenode)

lehins commented 4 years ago

Oh snap, I didn't see this PR and ended up implementing a similar thing in #53

@hvr What's the plan on this criterion vs gauge thing?

phadej commented 3 years ago

I took alternative approach in https://github.com/haskell-hvr/uuid/pull/60