summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/should_compile/DerivingTypeable.stderr
blob: 20a19ab53042fbb2edb9ffe791fb21ca07a40d9d (plain)
1
2
3
DerivingTypeable.hs:8:12: warning: [-Wderiving-typeable]
     Deriving ‘Typeable’ has no effect: all types now auto-derive Typeable
     In the data declaration for ‘Foo’