diff options
Diffstat (limited to 'testsuite/tests/warnings/should_compile/T9178.stderr')
-rw-r--r-- | testsuite/tests/warnings/should_compile/T9178.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/warnings/should_compile/T9178.stderr b/testsuite/tests/warnings/should_compile/T9178.stderr index 6edcbff5ec..769452c2b0 100644 --- a/testsuite/tests/warnings/should_compile/T9178.stderr +++ b/testsuite/tests/warnings/should_compile/T9178.stderr @@ -3,6 +3,6 @@ T9178.hs:8:1: warning: [-Worphans (in -Wall)] Orphan instance: instance Show T9178_Type - To avoid this - move the instance declaration to the module of the class or of the type, or + 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. |