summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/drvfail010.stderr
blob: a61fb4892fcd6a63a2d29a3c11ddb3dc1693ed00 (plain)
1
2
3
4
5
6
7
8
9
10
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'