diff options
Diffstat (limited to 'testsuite/tests/safeHaskell/ghci')
-rw-r--r-- | testsuite/tests/safeHaskell/ghci/p10.stderr | 2 | ||||
-rw-r--r-- | testsuite/tests/safeHaskell/ghci/p13.stderr | 4 | ||||
-rw-r--r-- | testsuite/tests/safeHaskell/ghci/p15.stderr | 8 | ||||
-rw-r--r-- | testsuite/tests/safeHaskell/ghci/p16.stderr | 12 | ||||
-rw-r--r-- | testsuite/tests/safeHaskell/ghci/p4.stderr | 6 | ||||
-rw-r--r-- | testsuite/tests/safeHaskell/ghci/p6.stderr | 4 | ||||
-rw-r--r-- | testsuite/tests/safeHaskell/ghci/p9.stderr | 2 |
7 files changed, 19 insertions, 19 deletions
diff --git a/testsuite/tests/safeHaskell/ghci/p10.stderr b/testsuite/tests/safeHaskell/ghci/p10.stderr index 768948984e..71ace73569 100644 --- a/testsuite/tests/safeHaskell/ghci/p10.stderr +++ b/testsuite/tests/safeHaskell/ghci/p10.stderr @@ -1,2 +1,2 @@ -<interactive>:10:1: Not in scope: `b' +<interactive>:10:1: Not in scope: ‛b’ diff --git a/testsuite/tests/safeHaskell/ghci/p13.stderr b/testsuite/tests/safeHaskell/ghci/p13.stderr index 5e31e43439..226aac2f05 100644 --- a/testsuite/tests/safeHaskell/ghci/p13.stderr +++ b/testsuite/tests/safeHaskell/ghci/p13.stderr @@ -1,7 +1,7 @@ <interactive>:12:1: Unsafe overlapping instances for Pos [Int] - arising from a use of `res' + arising from a use of ‛res’ The matching instance is: instance [overlap ok] [safe] Pos [Int] -- Defined at <interactive>:10:10 @@ -10,4 +10,4 @@ overlaps the following instances from different modules: instance [overlap ok] [safe] Pos [a] -- Defined at P13_A.hs:6:10 In the expression: res [1 :: Int, 2 :: Int] - In an equation for `it': it = res [1 :: Int, 2 :: Int] + In an equation for ‛it’: it = res [1 :: Int, 2 :: Int] diff --git a/testsuite/tests/safeHaskell/ghci/p15.stderr b/testsuite/tests/safeHaskell/ghci/p15.stderr index f50d460ed8..0bc16dfbf1 100644 --- a/testsuite/tests/safeHaskell/ghci/p15.stderr +++ b/testsuite/tests/safeHaskell/ghci/p15.stderr @@ -1,9 +1,9 @@ Top level: Warning: - Module `Data.OldTypeable' is deprecated: Use Data.Typeable instead + Module ‛Data.OldTypeable’ is deprecated: Use Data.Typeable instead <interactive>:10:36: Warning: - In the use of type constructor or class `Typeable' + In the use of type constructor or class ‛Typeable’ (imported from Data.OldTypeable, but defined in Data.OldTypeable.Internal): Deprecated: "Use Data.Typeable.Internal instead" @@ -11,8 +11,8 @@ Top level: Warning: Can't create hand written instances of Typeable in Safe Haskell! Can only derive them <interactive>:22:22: - No instance for (Typeable G) arising from a use of `cast' + No instance for (Typeable G) arising from a use of ‛cast’ In the expression: (cast y) :: Maybe H In a pattern binding: (Just y_as_H) = (cast y) :: Maybe H -<interactive>:23:1: Not in scope: `y_as_H' +<interactive>:23:1: Not in scope: ‛y_as_H’ diff --git a/testsuite/tests/safeHaskell/ghci/p16.stderr b/testsuite/tests/safeHaskell/ghci/p16.stderr index 33602c70a5..373920e57d 100644 --- a/testsuite/tests/safeHaskell/ghci/p16.stderr +++ b/testsuite/tests/safeHaskell/ghci/p16.stderr @@ -3,13 +3,13 @@ -XGeneralizedNewtypeDeriving is not allowed in Safe Haskell; ignoring -XGeneralizedNewtypeDeriving <interactive>:16:29: - Can't make a derived instance of `Op T2': - `Op' is not a derivable class + Can't make a derived instance of ‛Op T2’: + ‛Op’ is not a derivable class Try -XGeneralizedNewtypeDeriving for GHC's newtype-deriving extension - In the newtype declaration for `T2' + In the newtype declaration for ‛T2’ <interactive>:19:9: - Not in scope: data constructor `T2' - Perhaps you meant `T1' (line 13) + Not in scope: data constructor ‛T2’ + Perhaps you meant ‛T1’ (line 13) -<interactive>:22:4: Not in scope: `y' +<interactive>:22:4: Not in scope: ‛y’ diff --git a/testsuite/tests/safeHaskell/ghci/p4.stderr b/testsuite/tests/safeHaskell/ghci/p4.stderr index 8ff4107af8..8ff140a7bd 100644 --- a/testsuite/tests/safeHaskell/ghci/p4.stderr +++ b/testsuite/tests/safeHaskell/ghci/p4.stderr @@ -1,6 +1,6 @@ -<interactive>:6:9: Not in scope: `System.IO.Unsafe.unsafePerformIO' +<interactive>:6:9: Not in scope: ‛System.IO.Unsafe.unsafePerformIO’ -<interactive>:7:9: Not in scope: `x' +<interactive>:7:9: Not in scope: ‛x’ -<interactive>:8:1: Not in scope: `y' +<interactive>:8:1: Not in scope: ‛y’ diff --git a/testsuite/tests/safeHaskell/ghci/p6.stderr b/testsuite/tests/safeHaskell/ghci/p6.stderr index b32c521b4d..f46c1f815e 100644 --- a/testsuite/tests/safeHaskell/ghci/p6.stderr +++ b/testsuite/tests/safeHaskell/ghci/p6.stderr @@ -6,5 +6,5 @@ foreign import ccall safe "static sin" c_sin :: Double -> Double <interactive>:13:1: - Not in scope: `c_sin' - Perhaps you meant c_sin' (line 8) + Not in scope: ‛c_sin’ + Perhaps you meant ‛c_sin'’ (line 8) diff --git a/testsuite/tests/safeHaskell/ghci/p9.stderr b/testsuite/tests/safeHaskell/ghci/p9.stderr index 768948984e..71ace73569 100644 --- a/testsuite/tests/safeHaskell/ghci/p9.stderr +++ b/testsuite/tests/safeHaskell/ghci/p9.stderr @@ -1,2 +1,2 @@ -<interactive>:10:1: Not in scope: `b' +<interactive>:10:1: Not in scope: ‛b’ |