summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T4912.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_compile/T4912.stderr')
-rw-r--r--testsuite/tests/typecheck/should_compile/T4912.stderr12
1 files changed, 6 insertions, 6 deletions
diff --git a/testsuite/tests/typecheck/should_compile/T4912.stderr b/testsuite/tests/typecheck/should_compile/T4912.stderr
index 891ca527d8..243d3ff2e6 100644
--- a/testsuite/tests/typecheck/should_compile/T4912.stderr
+++ b/testsuite/tests/typecheck/should_compile/T4912.stderr
@@ -1,12 +1,12 @@
-T4912.hs:10:1: warning: [-Worphans (in -Wall)]
+T4912.hs:10:1: warning: [GHC-90177] [-Worphans (in -Wall)]
Orphan instance: instance Foo TheirData
Suggested fix:
- Move the instance declaration to the module of the class or of the type, or
- wrap the type with a newtype and declare the instance on the new type.
+ Move the instance declaration to the module of the class or of the type, or
+ wrap the type with a newtype and declare the instance on the new type.
-T4912.hs:13:1: warning: [-Worphans (in -Wall)]
+T4912.hs:13:1: warning: [GHC-90177] [-Worphans (in -Wall)]
Orphan instance: instance Bar OurData
Suggested fix:
- Move the instance declaration to the module of the class or of the type, or
- wrap the type with a newtype and declare the instance on the new type.
+ Move the instance declaration to the module of the class or of the type, or
+ wrap the type with a newtype and declare the instance on the new type.