Generators with more dependencies
If a type class required more smaller instances than just of the same kind as itself (e.g. cats.Show derivations might require not only other Shows but also Typeable) it was impossible to derive such instance, but now it is.