summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/drvfail014.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/deriving/should_fail/drvfail014.stderr')
-rw-r--r--testsuite/tests/deriving/should_fail/drvfail014.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/deriving/should_fail/drvfail014.stderr b/testsuite/tests/deriving/should_fail/drvfail014.stderr
index d228e0d660..56a63ff3fb 100644
--- a/testsuite/tests/deriving/should_fail/drvfail014.stderr
+++ b/testsuite/tests/deriving/should_fail/drvfail014.stderr
@@ -1,9 +1,9 @@
drvfail014.hs:8:28:
Use deriving( Typeable ) on a data type declaration
- In the data declaration for ‛T1’
+ In the data declaration for ‘T1’
drvfail014.hs:12:1:
Derived Typeable instance must be of form (Typeable2 T2)
In the stand-alone deriving instance for
- ‛(Typeable a, Typeable b) => Typeable (T2 a b)’
+ ‘(Typeable a, Typeable b) => Typeable (T2 a b)’