summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/T3101.stderr
blob: 34f423daff1f8ca2902e4a0d105f354c3f1bda3f (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 type declaration for `Boom'