summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/T3834.stderr
blob: 9d2223e1f810617f6bb163c9b2d1ed4896185c49 (plain)
1
2
3
4
5
6

T3834.hs:8:1: error:
    Can't make a derived instance of ‘C T’:
      ‘C’ is not a stock derivable class (Eq, Show, etc.)
      Try GeneralizedNewtypeDeriving for GHC's newtype-deriving extension
    In the stand-alone deriving instance for ‘C T’