<div dir="ltr">Hello!<br><br>Sorry if this is not the right place to ask!<br><br>As of right now (14.09.2019) Data.Semigroup.WrappedMonoid <a href="https://hackage.haskell.org/package/base-4.12.0.0/docs/Data-Semigroup.html#t:WrappedMonoid">is slated to be deprecated</a>.<br><br>I believe that this newtype is actually useful in tandem with DerivingVia, as it allows you to derive the Semigroup instance for something that has a Monoid instance already, <a href="https://twitter.com/googleson78/status/1172944490597945344">as discussed in this twitter thread</a>.<br><br>Would it be possible to *not* deprecate it in the future, and instead keep it around for exactly this purpose?<br><br>Cheers,<br>Georgi</div>