Derive more - #2
Conversation
serras
commented
Jun 22, 2020
I have pushed a second commit moving from |
serras
commented
Jul 14, 2020
Since we really needed these changes, we have published a fork in Hackage. Sorry for any inconvenience, but otherwise we could not move forward with our project :( |
mtth
commented
Nov 12, 2020
Thanks for the PR @serras and apologies for the slow reply, I am just catching up on this repo. I don't think I had notifications turned on here. It looks like your PR now includes the fork changes, let me know if you are still interested in merging parts of it. |
serras
commented
Nov 12, 2020
I would be happy to prepare a new PR. A question remains, though: this library uses |
mtth
commented
Nov 15, 2020
It would be great if users could pick only the one they are interested in. I'm not an expert in Haskell tooling though, do you know any good options to support this? |
serras
commented
Nov 15, 2020
In theory there is now support for multiple public libraries in a single package, so people could depend on |
coderfromhere
commented
Mar 30, 2021
Isn't |
serras
commented
Mar 30, 2021
Yes, that's true. But often you want to use only one of those, because they come with their own "ecosystem" of surrounding libraries. I think many people would dislike a library if it depended on both |
This PR adds more auto-derivable classes to
TraceT. These have proved to be useful when usingtracingas part of the Mu microservice library.