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.stderr9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/tests/deriving/should_fail/drvfail014.stderr b/testsuite/tests/deriving/should_fail/drvfail014.stderr
new file mode 100644
index 0000000000..865a78c44e
--- /dev/null
+++ b/testsuite/tests/deriving/should_fail/drvfail014.stderr
@@ -0,0 +1,9 @@
+
+drvfail014.hs:8:28:
+ Use deriving( Typeable ) on a data type declaration
+ In the data type 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)'