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

T3101.hs:9:12:
    Can't make a derived instance of ‘Show Boom’:
      Constructor ‘Boom’ must have a Haskell-98 type
      Possible fix: use a standalone deriving declaration instead
    In the data declaration for ‘Boom’