summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/T2604.stderr
blob: fc5320030f6579e7d12423c8b27e0547eda2504a (plain)
1
2
3
4
5
6
7
8
9
10

T2604.hs:7:35:
    Can't make a derived instance of ‛Typeable * (DList a)’:
      You need -XDeriveDataTypeable to derive an instance for this class
    In the data declaration for ‛DList’

T2604.hs:9:38:
    Can't make a derived instance of ‛Typeable * (NList a)’:
      You need -XDeriveDataTypeable to derive an instance for this class
    In the newtype declaration for ‛NList’