diff options
Diffstat (limited to 'testsuite/tests/deriving/should_compile/drv003.stderr')
-rw-r--r-- | testsuite/tests/deriving/should_compile/drv003.stderr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/deriving/should_compile/drv003.stderr b/testsuite/tests/deriving/should_compile/drv003.stderr index 7f58e681cb..6d9819fee8 100644 --- a/testsuite/tests/deriving/should_compile/drv003.stderr +++ b/testsuite/tests/deriving/should_compile/drv003.stderr @@ -1,10 +1,10 @@ drv003.hs:12:10: Warning: No explicit implementation for - either ‛==’ or ‛/=’ - In the instance declaration for ‛Eq (Foo a)’ + either ‘==’ or ‘/=’ + In the instance declaration for ‘Eq (Foo a)’ drv003.hs:15:10: Warning: No explicit implementation for - either ‛==’ or ‛/=’ - In the instance declaration for ‛Eq (Bar b)’ + either ‘==’ or ‘/=’ + In the instance declaration for ‘Eq (Bar b)’ |