diff options
author | Ian Lynagh <igloo@earth.li> | 2012-05-22 00:17:04 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-05-22 00:22:39 +0100 |
commit | 3e512f2508e17d2eeb4e510fda515de0c8d8cc23 (patch) | |
tree | 20ddbf552f327f76426b9ea25f172d32f6795de3 /testsuite/tests/ghci.debugger/scripts | |
parent | 64f085a1879819513712c0798b58247824ff5427 (diff) | |
download | haskell-3e512f2508e17d2eeb4e510fda515de0c8d8cc23.tar.gz |
Follow the move of Word from base to ghc-prim
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/break006.stderr | 10 | ||||
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/print019.stderr | 2 |
2 files changed, 7 insertions, 5 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/break006.stderr b/testsuite/tests/ghci.debugger/scripts/break006.stderr index 6ebe46bb85..dfe51addd4 100644 --- a/testsuite/tests/ghci.debugger/scripts/break006.stderr +++ b/testsuite/tests/ghci.debugger/scripts/break006.stderr @@ -6,8 +6,9 @@ Note: there are several potential instances: instance Show Double -- Defined in `GHC.Float' instance Show Float -- Defined in `GHC.Float' - instance Show () -- Defined in `GHC.Show' - ...plus 24 others + instance (Integral a, Show a) => Show (GHC.Real.Ratio a) + -- Defined in `GHC.Real' + ...plus 26 others In a stmt of an interactive GHCi command: print it <interactive>:8:1: @@ -17,6 +18,7 @@ Note: there are several potential instances: instance Show Double -- Defined in `GHC.Float' instance Show Float -- Defined in `GHC.Float' - instance Show () -- Defined in `GHC.Show' - ...plus 24 others + instance (Integral a, Show a) => Show (GHC.Real.Ratio a) + -- Defined in `GHC.Real' + ...plus 26 others In a stmt of an interactive GHCi command: print it diff --git a/testsuite/tests/ghci.debugger/scripts/print019.stderr b/testsuite/tests/ghci.debugger/scripts/print019.stderr index 091cf6602d..7b7b1309ad 100644 --- a/testsuite/tests/ghci.debugger/scripts/print019.stderr +++ b/testsuite/tests/ghci.debugger/scripts/print019.stderr @@ -7,5 +7,5 @@ instance Show a => Show (List1 a) -- Defined at ../Test.hs:11:12 instance Show MyInt -- Defined at ../Test.hs:14:16 instance Show a => Show (MkT a) -- Defined at ../Test.hs:17:13 - ...plus 32 others + ...plus 34 others In a stmt of an interactive GHCi command: print it |