summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/should_compile/DerivingTypeable.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/warnings/should_compile/DerivingTypeable.stderr')
-rw-r--r--testsuite/tests/warnings/should_compile/DerivingTypeable.stderr3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/warnings/should_compile/DerivingTypeable.stderr b/testsuite/tests/warnings/should_compile/DerivingTypeable.stderr
new file mode 100644
index 0000000000..20a19ab530
--- /dev/null
+++ b/testsuite/tests/warnings/should_compile/DerivingTypeable.stderr
@@ -0,0 +1,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’