From da2300693bb04c81fa68afe57d8a69a30b43397e Mon Sep 17 00:00:00 2001 From: romes Date: Tue, 5 Jul 2022 22:04:43 +0200 Subject: Restore Eq instance of ImportDeclQualifiedStyle Fixes #21819 --- compiler/Language/Haskell/Syntax/ImpExp.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/Language/Haskell/Syntax/ImpExp.hs b/compiler/Language/Haskell/Syntax/ImpExp.hs index b31c417936..fcb8ede0e7 100644 --- a/compiler/Language/Haskell/Syntax/ImpExp.hs +++ b/compiler/Language/Haskell/Syntax/ImpExp.hs @@ -39,7 +39,7 @@ data ImportDeclQualifiedStyle = QualifiedPre -- ^ 'qualified' appears in prepositive position. | QualifiedPost -- ^ 'qualified' appears in postpositive position. | NotQualified -- ^ Not qualified. - deriving Data + deriving (Eq, Data) -- | Indicates whether a module name is referring to a boot interface (hs-boot -- file) or regular module (hs file). We need to treat boot modules specially -- cgit v1.2.1