summaryrefslogtreecommitdiff
path: root/testsuite/tests/generics/GenCannotDoRep1_1.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/generics/GenCannotDoRep1_1.stderr')
-rw-r--r--testsuite/tests/generics/GenCannotDoRep1_1.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/generics/GenCannotDoRep1_1.stderr b/testsuite/tests/generics/GenCannotDoRep1_1.stderr
index 6ed636ffc8..9e009398cc 100644
--- a/testsuite/tests/generics/GenCannotDoRep1_1.stderr
+++ b/testsuite/tests/generics/GenCannotDoRep1_1.stderr
@@ -2,7 +2,7 @@
GenCannotDoRep1_1.hs:1:29: warning: [-Wdeprecated-flags (in -Wdefault)]
-XDatatypeContexts is deprecated: It was widely considered a misfeature, and has been removed from the Haskell language.
-GenCannotDoRep1_1.hs:8:49:
- Can't make a derived instance of ‘Generic1 Context’:
- Context must not have a datatype context
- In the data declaration for ‘Context’
+GenCannotDoRep1_1.hs:8:49: error: [GHC-30367]
+ • Can't make a derived instance of ‘Generic1 Context’:
+ Context must not have a datatype context
+ • In the data declaration for ‘Context’