summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/drvfail010.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/deriving/should_fail/drvfail010.stderr')
-rw-r--r--testsuite/tests/deriving/should_fail/drvfail010.stderr11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/tests/deriving/should_fail/drvfail010.stderr b/testsuite/tests/deriving/should_fail/drvfail010.stderr
new file mode 100644
index 0000000000..a61fb4892f
--- /dev/null
+++ b/testsuite/tests/deriving/should_fail/drvfail010.stderr
@@ -0,0 +1,11 @@
+
+drvfail010.hs:6:42:
+ Can't make a derived instance of
+ `Typeable (A a b c d e f g h i j)':
+ `A' must have 7 or fewer arguments
+ In the data type declaration for `A'
+
+drvfail010.hs:9:32:
+ Can't make a derived instance of `Typeable (B a b)':
+ `B' must only have arguments of kind `*'
+ In the data type declaration for `B'