diff options
Diffstat (limited to 'testsuite/tests/deriving/should_fail/T2604.stderr')
-rw-r--r-- | testsuite/tests/deriving/should_fail/T2604.stderr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/deriving/should_fail/T2604.stderr b/testsuite/tests/deriving/should_fail/T2604.stderr index 00262888da..1479a141fa 100644 --- a/testsuite/tests/deriving/should_fail/T2604.stderr +++ b/testsuite/tests/deriving/should_fail/T2604.stderr @@ -1,10 +1,10 @@ T2604.hs:7:35: - Can't make a derived instance of ‛Typeable DList’: + Can't make a derived instance of ‘Typeable DList’: You need DeriveDataTypeable to derive an instance for this class - In the data declaration for ‛DList’ + In the data declaration for ‘DList’ T2604.hs:9:38: - Can't make a derived instance of ‛Typeable NList’: + Can't make a derived instance of ‘Typeable NList’: You need DeriveDataTypeable to derive an instance for this class - In the newtype declaration for ‛NList’ + In the newtype declaration for ‘NList’ |