diff options
author | HE, Tao <sighingnow@gmail.com> | 2017-09-13 08:26:32 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-09-13 10:42:49 -0400 |
commit | cbd491170818070aeb7edd8c547a2f0bfa891bf1 (patch) | |
tree | c19790832ce07e1875cbe5436c253410e32ccb00 /testsuite/tests/annotations | |
parent | e62391a75c8dc304f902e732fc63eefb21930aca (diff) | |
download | haskell-cbd491170818070aeb7edd8c547a2f0bfa891bf1.tar.gz |
Make IntPtr and WordPtr as instance of Data.Data typeclass, fix #13115
Test Plan: ./validate
Reviewers: austin, hvr, bgamari, RyanGlScott
Reviewed By: RyanGlScott
Subscribers: RyanGlScott, rwbarton, thomie
GHC Trac Issues: #13115
Differential Revision: https://phabricator.haskell.org/D3938
Diffstat (limited to 'testsuite/tests/annotations')
-rw-r--r-- | testsuite/tests/annotations/should_fail/annfail10.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/annotations/should_fail/annfail10.stderr b/testsuite/tests/annotations/should_fail/annfail10.stderr index ee9fbe112c..f7866fa3a5 100644 --- a/testsuite/tests/annotations/should_fail/annfail10.stderr +++ b/testsuite/tests/annotations/should_fail/annfail10.stderr @@ -10,7 +10,7 @@ annfail10.hs:9:1: error: instance Data.Data.Data Ordering -- Defined in ‘Data.Data’ instance Data.Data.Data Integer -- Defined in ‘Data.Data’ ...plus 15 others - ...plus 43 instances involving out-of-scope types + ...plus 45 instances involving out-of-scope types (use -fprint-potential-instances to see them all) • In the annotation: {-# ANN f 1 #-} @@ -23,6 +23,6 @@ annfail10.hs:9:11: error: instance Num Double -- Defined in ‘GHC.Float’ instance Num Float -- Defined in ‘GHC.Float’ ...plus two others - ...plus 15 instances involving out-of-scope types + ...plus 17 instances involving out-of-scope types (use -fprint-potential-instances to see them all) • In the annotation: {-# ANN f 1 #-} |