Is it possible to derive the Generic typeclass for the MediaType type located in
Network.HTTP.Media.MediaType ?
I'm using the type to represent something in a Dhall config and need to have an Interpret instance, so that's why I would need it to derive Generic.