summaryrefslogtreecommitdiff
path: root/testsuite/tests/generics/GenCannotDoRep0_0.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/generics/GenCannotDoRep0_0.stderr')
-rw-r--r--testsuite/tests/generics/GenCannotDoRep0_0.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/generics/GenCannotDoRep0_0.stderr b/testsuite/tests/generics/GenCannotDoRep0_0.stderr
index ced307d7c9..04c03697b3 100644
--- a/testsuite/tests/generics/GenCannotDoRep0_0.stderr
+++ b/testsuite/tests/generics/GenCannotDoRep0_0.stderr
@@ -2,13 +2,13 @@
GenCannotDoRep0_0.hs:6:14: warning: [-Wdeprecated-flags (in -Wdefault)]
-XDatatypeContexts is deprecated: It was widely considered a misfeature, and has been removed from the Haskell language.
-GenCannotDoRep0_0.hs:13:45: error:
+GenCannotDoRep0_0.hs:13:45: error: [GHC-16437]
• Can't make a derived instance of ‘Generic Dynamic’:
Constructor ‘Dynamic’ has existential type variables in its type
• In the data declaration for ‘Dynamic’
Suggested fix: Use a standalone deriving declaration instead
-GenCannotDoRep0_0.hs:28:1: error:
+GenCannotDoRep0_0.hs:28:1: error: [GHC-30367]
• Can't make a derived instance of ‘Generic (D Int a)’:
D must not have a datatype context
• In the stand-alone deriving instance for ‘Generic (D Int a)’