ImportDeclQualifiedStyle is no longer an Eq instance
In f9f80995 during the move of ImportDeclQualifiedStyle to Language.Haskell.Syntax, the moved definition no longer derives an Eq instance. This instance was provided for users of the GHC API and is relied upon making this a needlessly breaking change.