summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T12921.stderr
diff options
context:
space:
mode:
authorBen Gamari <bgamari.foss@gmail.com>2018-06-19 17:11:05 -0400
committerBen Gamari <ben@smart-cactus.org>2018-06-19 20:15:46 -0400
commit21fa62feace8524cbf4559ccfcc96b22cb07879f (patch)
tree71db68691ebbcf861827388632ca140b8bfd21f2 /testsuite/tests/typecheck/should_fail/T12921.stderr
parent436c0e9b5e201b9121e4b48a7351dd42800eb7f3 (diff)
downloadhaskell-21fa62feace8524cbf4559ccfcc96b22cb07879f.tar.gz
base: Add missing instances for Data.Ord.Down
Specifically: * MonadFix * MonadZip * Data * Foldable * Traversable * Eq1 * Ord1 * Read1 * Show1 * Generic * Generic1 Fixes #15098. Reviewers: RyanGlScott, hvr Reviewed By: RyanGlScott Subscribers: sjakobi, rwbarton, thomie, ekmett, carter GHC Trac Issues: #15098 Differential Revision: https://phabricator.haskell.org/D4870
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T12921.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T12921.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T12921.stderr b/testsuite/tests/typecheck/should_fail/T12921.stderr
index b6c14061ce..d38ccf22b9 100644
--- a/testsuite/tests/typecheck/should_fail/T12921.stderr
+++ b/testsuite/tests/typecheck/should_fail/T12921.stderr
@@ -10,7 +10,7 @@ T12921.hs:4:1: error:
instance Data.Data.Data Ordering -- Defined in ‘Data.Data’
instance Data.Data.Data Integer -- Defined in ‘Data.Data’
...plus 15 others
- ...plus 46 instances involving out-of-scope types
+ ...plus 47 instances involving out-of-scope types
(use -fprint-potential-instances to see them all)
• In the annotation:
{-# ANN module "HLint: ignore Reduce duplication" #-}