diff options
Diffstat (limited to 'testsuite/tests/deriving/should_fail/T3833.stderr')
-rw-r--r-- | testsuite/tests/deriving/should_fail/T3833.stderr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/deriving/should_fail/T3833.stderr b/testsuite/tests/deriving/should_fail/T3833.stderr index 3bfb85705c..4c6bf564ea 100644 --- a/testsuite/tests/deriving/should_fail/T3833.stderr +++ b/testsuite/tests/deriving/should_fail/T3833.stderr @@ -1,6 +1,6 @@ T3833.hs:9:1: - Can't make a derived instance of ‛Monoid (DecodeMap e)’: - ‛Monoid’ is not a derivable class + Can't make a derived instance of ‘Monoid (DecodeMap e)’: + ‘Monoid’ is not a derivable class Try GeneralizedNewtypeDeriving for GHC's newtype-deriving extension - In the stand-alone deriving instance for ‛Monoid (DecodeMap e)’ + In the stand-alone deriving instance for ‘Monoid (DecodeMap e)’ |