higherkindness / mu-haskell

Mu (μ) is a purely functional framework for building micro services.
http://higherkindness.io/mu-haskell/
Apache License 2.0
333 stars 19 forks source link

Module duplication problem when using mu-grpc-client and mu-tracing together #323

Closed todd-kim closed 2 years ago

todd-kim commented 3 years ago

Module duplication problem when using mu-grpc-client and mu-tracing together.

mu-tracing-0.4.0.0:     tracing-control (>=0.0.6)
mu-grpc-client-0.4.0.1: tracing (>=0.0.5) 

The cause of the problem seem to be that tracing-control and tracing has same modules. One of the two seems to have to be replaced with a newer one.