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

T3833.hs:9:1:
    Can't make a derived instance of `Monoid (DecodeMap e)':
      `Monoid' is not a derivable class
      Try -XGeneralizedNewtypeDeriving for GHC's newtype-deriving extension
    In the stand-alone deriving instance for `Monoid (DecodeMap e)'