summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/deriving/should_fail/T2604.stderr
blob: fa09654c5babce3e9c4394ed2bafce58b8762ebd (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 type 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'