Hlint reports a parse error at the line: ```haskell deriving instance (forall a. Show (t a)) => Show (E t c) ``` Despite trying everything I can to tell hlint to enable `QuantifiedConstraints`. GHC is fine with it. It's very possible this has the same cause as #850.