diff options
Diffstat (limited to 'testsuite/tests/module')
97 files changed, 206 insertions, 207 deletions
diff --git a/testsuite/tests/module/T414.stderr b/testsuite/tests/module/T414.stderr index a5052fb76d..b9af6935f5 100644 --- a/testsuite/tests/module/T414.stderr +++ b/testsuite/tests/module/T414.stderr @@ -1,3 +1,3 @@ T414.hs:1:1: - The main function `main' is not exported by module `Main' + The main function ‛main’ is not exported by module ‛Main’ diff --git a/testsuite/tests/module/mod1.stderr b/testsuite/tests/module/mod1.stderr index e665f8468e..51d9e07b1d 100644 --- a/testsuite/tests/module/mod1.stderr +++ b/testsuite/tests/module/mod1.stderr @@ -1,4 +1,4 @@ mod1.hs:3:1: - Failed to load interface for `N' + Failed to load interface for ‛N’ Use -v to see a list of the files searched for. diff --git a/testsuite/tests/module/mod10.stderr b/testsuite/tests/module/mod10.stderr index 5369fa0f8b..6cc2caf59e 100644 --- a/testsuite/tests/module/mod10.stderr +++ b/testsuite/tests/module/mod10.stderr @@ -1,2 +1,2 @@ -mod10.hs:2:10: Not in scope: type constructor or class `T' +mod10.hs:2:10: Not in scope: type constructor or class ‛T’ diff --git a/testsuite/tests/module/mod101.stderr b/testsuite/tests/module/mod101.stderr index 662c38e89a..306884fa8f 100644 --- a/testsuite/tests/module/mod101.stderr +++ b/testsuite/tests/module/mod101.stderr @@ -1,4 +1,4 @@ mod101.hs:8:5: - Not in scope: data constructor `ConB' - Perhaps you meant `ConA' (imported from Mod101_AuxB) + Not in scope: data constructor ‛ConB’ + Perhaps you meant ‛ConA’ (imported from Mod101_AuxB) diff --git a/testsuite/tests/module/mod102.stderr b/testsuite/tests/module/mod102.stderr index 60f7b28ab2..a33246f12c 100644 --- a/testsuite/tests/module/mod102.stderr +++ b/testsuite/tests/module/mod102.stderr @@ -1,4 +1,4 @@ mod102.hs:8:5: - Not in scope: `methB' - Perhaps you meant `methA' (imported from Mod102_AuxB) + Not in scope: ‛methB’ + Perhaps you meant ‛methA’ (imported from Mod102_AuxB) diff --git a/testsuite/tests/module/mod110.stderr b/testsuite/tests/module/mod110.stderr index e1c2eb1b0b..f394f56214 100644 --- a/testsuite/tests/module/mod110.stderr +++ b/testsuite/tests/module/mod110.stderr @@ -1,7 +1,7 @@ mod110.hs:11:10: - Ambiguous occurrence `Eq' - It could refer to either `M.Eq', defined at mod110.hs:7:7 - or `Prelude.Eq', - imported from `Prelude' at mod110.hs:4:1-14 - (and originally defined in `GHC.Classes') + Ambiguous occurrence ‛Eq’ + It could refer to either ‛M.Eq’, defined at mod110.hs:7:7 + or ‛Prelude.Eq’, + imported from ‛Prelude’ at mod110.hs:4:1-14 + (and originally defined in ‛GHC.Classes’) diff --git a/testsuite/tests/module/mod114.stderr b/testsuite/tests/module/mod114.stderr index be7202ce01..84131b47f5 100644 --- a/testsuite/tests/module/mod114.stderr +++ b/testsuite/tests/module/mod114.stderr @@ -1,2 +1,2 @@ -mod114.hs:3:16: Not in scope: type constructor or class `Stuff' +mod114.hs:3:16: Not in scope: type constructor or class ‛Stuff’ diff --git a/testsuite/tests/module/mod116.stderr b/testsuite/tests/module/mod116.stderr index c9fb1ded5f..c46059c5d6 100644 --- a/testsuite/tests/module/mod116.stderr +++ b/testsuite/tests/module/mod116.stderr @@ -1,2 +1,2 @@ -mod116.hs:2:18: Not in scope: type constructor or class `M2' +mod116.hs:2:18: Not in scope: type constructor or class ‛M2’ diff --git a/testsuite/tests/module/mod120.stderr b/testsuite/tests/module/mod120.stderr index 0d6181e61a..2643f9258f 100644 --- a/testsuite/tests/module/mod120.stderr +++ b/testsuite/tests/module/mod120.stderr @@ -1,2 +1,2 @@ -mod120.hs:5:5: Not in scope: data constructor `Foo' +mod120.hs:5:5: Not in scope: data constructor ‛Foo’ diff --git a/testsuite/tests/module/mod121.stderr b/testsuite/tests/module/mod121.stderr index 7c2cf2cc9d..16ea4bf627 100644 --- a/testsuite/tests/module/mod121.stderr +++ b/testsuite/tests/module/mod121.stderr @@ -1,4 +1,4 @@ mod121.hs:5:5: - Not in scope: `m2' - Perhaps you meant `m1' (imported from Mod121_A) + Not in scope: ‛m2’ + Perhaps you meant ‛m1’ (imported from Mod121_A) diff --git a/testsuite/tests/module/mod122.stderr b/testsuite/tests/module/mod122.stderr index b65f8e9964..45e4f1699c 100644 --- a/testsuite/tests/module/mod122.stderr +++ b/testsuite/tests/module/mod122.stderr @@ -1,2 +1,2 @@ -mod122.hs:5:6: Not in scope: type constructor or class `C' +mod122.hs:5:6: Not in scope: type constructor or class ‛C’ diff --git a/testsuite/tests/module/mod123.stderr b/testsuite/tests/module/mod123.stderr index 91f75483d3..b631454857 100644 --- a/testsuite/tests/module/mod123.stderr +++ b/testsuite/tests/module/mod123.stderr @@ -1,2 +1,2 @@ -mod123.hs:5:6: Not in scope: type constructor or class `T' +mod123.hs:5:6: Not in scope: type constructor or class ‛T’ diff --git a/testsuite/tests/module/mod124.stderr b/testsuite/tests/module/mod124.stderr index 22644aa07b..66cad7ee36 100644 --- a/testsuite/tests/module/mod124.stderr +++ b/testsuite/tests/module/mod124.stderr @@ -1,2 +1,2 @@ -mod124.hs:6:6: Not in scope: type constructor or class `T' +mod124.hs:6:6: Not in scope: type constructor or class ‛T’ diff --git a/testsuite/tests/module/mod125.stderr b/testsuite/tests/module/mod125.stderr index b2f7fa4503..9fa21e7875 100644 --- a/testsuite/tests/module/mod125.stderr +++ b/testsuite/tests/module/mod125.stderr @@ -1,2 +1,2 @@ -mod125.hs:7:5: Not in scope: data constructor `T' +mod125.hs:7:5: Not in scope: data constructor ‛T’ diff --git a/testsuite/tests/module/mod126.stderr b/testsuite/tests/module/mod126.stderr index 22243759ca..474e6eb490 100644 --- a/testsuite/tests/module/mod126.stderr +++ b/testsuite/tests/module/mod126.stderr @@ -1,2 +1,2 @@ -mod126.hs:7:5: Not in scope: data constructor `T' +mod126.hs:7:5: Not in scope: data constructor ‛T’ diff --git a/testsuite/tests/module/mod127.stderr b/testsuite/tests/module/mod127.stderr index 5ffb1b71b6..b208503368 100644 --- a/testsuite/tests/module/mod127.stderr +++ b/testsuite/tests/module/mod127.stderr @@ -1,2 +1,2 @@ -mod127.hs:6:6: Not in scope: type constructor or class `T' +mod127.hs:6:6: Not in scope: type constructor or class ‛T’ diff --git a/testsuite/tests/module/mod128.stderr-ghc b/testsuite/tests/module/mod128.stderr-ghc index 18c7864048..4363290fb3 100644 --- a/testsuite/tests/module/mod128.stderr-ghc +++ b/testsuite/tests/module/mod128.stderr-ghc @@ -1,2 +1,2 @@ -Mod128_A.hs:2:19: Warning: `T' is exported by `T(Con)' and `T' +Mod128_A.hs:2:19: Warning: ‛T’ is exported by ‛T(Con)’ and ‛T’ diff --git a/testsuite/tests/module/mod130.stderr b/testsuite/tests/module/mod130.stderr index 27d3f8470e..bb1aff176b 100644 --- a/testsuite/tests/module/mod130.stderr +++ b/testsuite/tests/module/mod130.stderr @@ -1,2 +1,2 @@ -mod130.hs:7:5: Not in scope: `<' +mod130.hs:7:5: Not in scope: ‛<’ diff --git a/testsuite/tests/module/mod131.stderr b/testsuite/tests/module/mod131.stderr index 15d9190464..2b877aaae3 100644 --- a/testsuite/tests/module/mod131.stderr +++ b/testsuite/tests/module/mod131.stderr @@ -1,9 +1,9 @@ mod131.hs:2:27: - Conflicting exports for `f': - `module Mod131_B' exports `f' - imported from `Mod131_B' at mod131.hs:3:17 + Conflicting exports for ‛f’: + ‛module Mod131_B’ exports ‛f’ + imported from ‛Mod131_B’ at mod131.hs:3:17 (and originally defined at Mod131_B.hs:3:1) - `Mod131_A.f' exports `Mod131_A.f' - imported qualified from `Mod131_A' at mod131.hs:4:27 + ‛Mod131_A.f’ exports ‛Mod131_A.f’ + imported qualified from ‛Mod131_A’ at mod131.hs:4:27 (and originally defined at Mod131_A.hs:3:1) diff --git a/testsuite/tests/module/mod132.stderr b/testsuite/tests/module/mod132.stderr index 8dbf51014c..4afecd8f87 100644 --- a/testsuite/tests/module/mod132.stderr +++ b/testsuite/tests/module/mod132.stderr @@ -1,2 +1,2 @@ -mod132.hs:6:7: Not in scope: data constructor `Foo' +mod132.hs:6:7: Not in scope: data constructor ‛Foo’ diff --git a/testsuite/tests/module/mod134.stderr b/testsuite/tests/module/mod134.stderr index ed8382db63..3270f93b68 100644 --- a/testsuite/tests/module/mod134.stderr +++ b/testsuite/tests/module/mod134.stderr @@ -1,7 +1,7 @@ mod134.hs:6:19: - Not in scope: `Prelude.head' + Not in scope: ‛Prelude.head’ Perhaps you meant one of these: - `Prelude.read' (imported from Prelude), - `Prelude.reads' (imported from Prelude), - `Prelude.snd' (imported from Prelude) + ‛Prelude.read’ (imported from Prelude), + ‛Prelude.reads’ (imported from Prelude), + ‛Prelude.snd’ (imported from Prelude) diff --git a/testsuite/tests/module/mod136.stderr b/testsuite/tests/module/mod136.stderr index 242d20b3de..2a0feed97e 100644 --- a/testsuite/tests/module/mod136.stderr +++ b/testsuite/tests/module/mod136.stderr @@ -1,6 +1,6 @@ mod136.hs:6:5: - Not in scope: `zipWith5' + Not in scope: ‛zipWith5’ Perhaps you meant one of these: - `zipWith' (imported from Mod136_A), - `zipWith3' (imported from Mod136_A) + ‛zipWith’ (imported from Mod136_A), + ‛zipWith3’ (imported from Mod136_A) diff --git a/testsuite/tests/module/mod138.stderr b/testsuite/tests/module/mod138.stderr index 2e8a5190d6..5b006ee326 100644 --- a/testsuite/tests/module/mod138.stderr +++ b/testsuite/tests/module/mod138.stderr @@ -1,2 +1,2 @@ -mod138.hs:7:5: Not in scope: `isLatin1' +mod138.hs:7:5: Not in scope: ‛isLatin1’ diff --git a/testsuite/tests/module/mod14.stderr-ghc b/testsuite/tests/module/mod14.stderr-ghc index be838c3886..9eec91d715 100644 --- a/testsuite/tests/module/mod14.stderr-ghc +++ b/testsuite/tests/module/mod14.stderr-ghc @@ -1,4 +1,3 @@ -mod14.hs:2:10: - Warning: `m2' is exported by `C(m1, m2, m2, m3)' and `C(m1, m2, m2, - m3)' +mod14.hs:2:10: Warning: + ‛m2’ is exported by ‛C(m1, m2, m2, m3)’ and ‛C(m1, m2, m2, m3)’ diff --git a/testsuite/tests/module/mod142.stderr b/testsuite/tests/module/mod142.stderr index fcd7665aaa..f31723d020 100644 --- a/testsuite/tests/module/mod142.stderr +++ b/testsuite/tests/module/mod142.stderr @@ -1,7 +1,7 @@ mod142.hs:2:21: - Conflicting exports for `x': - `module Mod142_A' exports `Mod142_A.x' - imported from `Mod142_A' at mod142.hs:4:1-15 + Conflicting exports for ‛x’: + ‛module Mod142_A’ exports ‛Mod142_A.x’ + imported from ‛Mod142_A’ at mod142.hs:4:1-15 (and originally defined at Mod142_A.hs:3:1) - `module M' exports `M.x' defined at mod142.hs:6:1 + ‛module M’ exports ‛M.x’ defined at mod142.hs:6:1 diff --git a/testsuite/tests/module/mod143.stderr b/testsuite/tests/module/mod143.stderr index 15042a21d8..cdec14c83e 100644 --- a/testsuite/tests/module/mod143.stderr +++ b/testsuite/tests/module/mod143.stderr @@ -1,7 +1,7 @@ mod143.hs:2:21: - Conflicting exports for `Foo': - `module Mod143_A' exports `Mod143_A.Foo' - imported from `Mod143_A' at mod143.hs:4:1-15 + Conflicting exports for ‛Foo’: + ‛module Mod143_A’ exports ‛Mod143_A.Foo’ + imported from ‛Mod143_A’ at mod143.hs:4:1-15 (and originally defined at Mod143_A.hs:3:6-8) - `module M' exports `M.Foo' defined at mod143.hs:6:6 + ‛module M’ exports ‛M.Foo’ defined at mod143.hs:6:6 diff --git a/testsuite/tests/module/mod144.stderr b/testsuite/tests/module/mod144.stderr index 87c49abde1..9742a76111 100644 --- a/testsuite/tests/module/mod144.stderr +++ b/testsuite/tests/module/mod144.stderr @@ -1,7 +1,7 @@ mod144.hs:2:27: - Conflicting exports for `Bar': - `module Mod144_A' exports `Mod144_A.Bar' - imported from `Mod144_A' at mod144.hs:4:1-15 - `module M' exports `M.Bar' defined at mod144.hs:6:13 + Conflicting exports for ‛Bar’: + ‛module Mod144_A’ exports ‛Mod144_A.Bar’ + imported from ‛Mod144_A’ at mod144.hs:4:1-15 + ‛module M’ exports ‛M.Bar’ defined at mod144.hs:6:13 exit(1) diff --git a/testsuite/tests/module/mod145.stderr b/testsuite/tests/module/mod145.stderr index fcbf0b6731..37109b3953 100644 --- a/testsuite/tests/module/mod145.stderr +++ b/testsuite/tests/module/mod145.stderr @@ -1,7 +1,7 @@ mod145.hs:2:30: - Conflicting exports for `m1': - `module Mod145_A' exports `Mod145_A.m1' - imported from `Mod145_A' at mod145.hs:4:1-15 + Conflicting exports for ‛m1’: + ‛module Mod145_A’ exports ‛Mod145_A.m1’ + imported from ‛Mod145_A’ at mod145.hs:4:1-15 (and originally defined at Mod145_A.hs:4:3-4) - `module Mod145' exports `Mod145.m1' defined at mod145.hs:7:3 + ‛module Mod145’ exports ‛Mod145.m1’ defined at mod145.hs:7:3 diff --git a/testsuite/tests/module/mod146.stderr b/testsuite/tests/module/mod146.stderr index ef99dc3ca5..160c76c116 100644 --- a/testsuite/tests/module/mod146.stderr +++ b/testsuite/tests/module/mod146.stderr @@ -1,7 +1,7 @@ mod146.hs:2:30: - Conflicting exports for `m1': - `module Mod145_A' exports `Mod145_A.m1' - imported from `Mod145_A' at mod146.hs:4:1-15 - `module Mod146' exports `Mod146.m1' defined at mod146.hs:7:3 + Conflicting exports for ‛m1’: + ‛module Mod145_A’ exports ‛Mod145_A.m1’ + imported from ‛Mod145_A’ at mod146.hs:4:1-15 + ‛module Mod146’ exports ‛Mod146.m1’ defined at mod146.hs:7:3 exit(1) diff --git a/testsuite/tests/module/mod147.stderr b/testsuite/tests/module/mod147.stderr index b3bbf76612..f57f2d8ad4 100644 --- a/testsuite/tests/module/mod147.stderr +++ b/testsuite/tests/module/mod147.stderr @@ -1,2 +1,2 @@ -mod147.hs:6:5: Not in scope: data constructor `D' +mod147.hs:6:5: Not in scope: data constructor ‛D’ diff --git a/testsuite/tests/module/mod150.stderr b/testsuite/tests/module/mod150.stderr index 8ddd686940..e1748d7725 100644 --- a/testsuite/tests/module/mod150.stderr +++ b/testsuite/tests/module/mod150.stderr @@ -1,7 +1,7 @@ mod150.hs:2:20: - Conflicting exports for `id': - `module Prelude' exports `Prelude.id' - imported from `Prelude' at mod150.hs:2:8 - (and originally defined in `GHC.Base') - `module M' exports `M.id' defined at mod150.hs:2:42 + Conflicting exports for ‛id’: + ‛module Prelude’ exports ‛Prelude.id’ + imported from ‛Prelude’ at mod150.hs:2:8 + (and originally defined in ‛GHC.Base’) + ‛module M’ exports ‛M.id’ defined at mod150.hs:2:42 diff --git a/testsuite/tests/module/mod151.stderr b/testsuite/tests/module/mod151.stderr index 3206da9de0..505fdb8c4c 100644 --- a/testsuite/tests/module/mod151.stderr +++ b/testsuite/tests/module/mod151.stderr @@ -1,7 +1,7 @@ mod151.hs:2:20: - Ambiguous occurrence `id' - It could refer to either `M.id', defined at mod151.hs:2:30 - or `Prelude.id', - imported from `Prelude' at mod151.hs:2:8 - (and originally defined in `GHC.Base') + Ambiguous occurrence ‛id’ + It could refer to either ‛M.id’, defined at mod151.hs:2:30 + or ‛Prelude.id’, + imported from ‛Prelude’ at mod151.hs:2:8 + (and originally defined in ‛GHC.Base’) diff --git a/testsuite/tests/module/mod152.stderr b/testsuite/tests/module/mod152.stderr index 1ad302287f..e385e1e6e4 100644 --- a/testsuite/tests/module/mod152.stderr +++ b/testsuite/tests/module/mod152.stderr @@ -1,14 +1,14 @@ mod152.hs:2:26: - Ambiguous occurrence `id' - It could refer to either `M.id', defined at mod152.hs:2:36 - or `Prelude.id', - imported from `Prelude' at mod152.hs:2:8 - (and originally defined in `GHC.Base') + Ambiguous occurrence ‛id’ + It could refer to either ‛M.id’, defined at mod152.hs:2:36 + or ‛Prelude.id’, + imported from ‛Prelude’ at mod152.hs:2:8 + (and originally defined in ‛GHC.Base’) mod152.hs:2:26: - Conflicting exports for `id': - `module Prelude' exports `Prelude.id' - imported from `Prelude' at mod152.hs:2:8 - (and originally defined in `GHC.Base') - `id' exports `M.id' defined at mod152.hs:2:36 + Conflicting exports for ‛id’: + ‛module Prelude’ exports ‛Prelude.id’ + imported from ‛Prelude’ at mod152.hs:2:8 + (and originally defined in ‛GHC.Base’) + ‛id’ exports ‛M.id’ defined at mod152.hs:2:36 diff --git a/testsuite/tests/module/mod153.stderr b/testsuite/tests/module/mod153.stderr index da4751b7b4..79532da846 100644 --- a/testsuite/tests/module/mod153.stderr +++ b/testsuite/tests/module/mod153.stderr @@ -1,7 +1,7 @@ mod153.hs:2:11: - Ambiguous occurrence `id' - It could refer to either `M.id', defined at mod153.hs:2:21 - or `Prelude.id', - imported from `Prelude' at mod153.hs:2:8 - (and originally defined in `GHC.Base') + Ambiguous occurrence ‛id’ + It could refer to either ‛M.id’, defined at mod153.hs:2:21 + or ‛Prelude.id’, + imported from ‛Prelude’ at mod153.hs:2:8 + (and originally defined in ‛GHC.Base’) diff --git a/testsuite/tests/module/mod155.stderr b/testsuite/tests/module/mod155.stderr index 889e9772c9..8c02662978 100644 --- a/testsuite/tests/module/mod155.stderr +++ b/testsuite/tests/module/mod155.stderr @@ -1,7 +1,7 @@ mod155.hs:2:10: - Conflicting exports for `id': - `module M' exports `M.id' - imported from `Prelude' at mod155.hs:4:1-19 - (and originally defined in `GHC.Base') - `module M' exports `M.id' defined at mod155.hs:5:1 + Conflicting exports for ‛id’: + ‛module M’ exports ‛M.id’ + imported from ‛Prelude’ at mod155.hs:4:1-19 + (and originally defined in ‛GHC.Base’) + ‛module M’ exports ‛M.id’ defined at mod155.hs:5:1 diff --git a/testsuite/tests/module/mod158.stderr b/testsuite/tests/module/mod158.stderr index 7f6c7d7e85..412c05c1b7 100644 --- a/testsuite/tests/module/mod158.stderr +++ b/testsuite/tests/module/mod158.stderr @@ -1,3 +1,3 @@ -mod158.hs:12:5: Not in scope: data constructor `C' +mod158.hs:12:5: Not in scope: data constructor ‛C’ exit(1) diff --git a/testsuite/tests/module/mod160.stderr b/testsuite/tests/module/mod160.stderr index c2dbd5647a..1a27420f61 100644 --- a/testsuite/tests/module/mod160.stderr +++ b/testsuite/tests/module/mod160.stderr @@ -1,6 +1,6 @@ mod160.hs:12:5: - Not in scope: `m3' + Not in scope: ‛m3’ Perhaps you meant one of these: - `m1' (imported from Mod159_D), `m2' (imported from Mod159_D) + ‛m1’ (imported from Mod159_D), ‛m2’ (imported from Mod159_D) exit(1) diff --git a/testsuite/tests/module/mod161.stderr b/testsuite/tests/module/mod161.stderr index 1272093eaa..f5dc9fd378 100644 --- a/testsuite/tests/module/mod161.stderr +++ b/testsuite/tests/module/mod161.stderr @@ -1,2 +1,2 @@ -mod161.hs:2:12: Not in scope: `bar' +mod161.hs:2:12: Not in scope: ‛bar’ diff --git a/testsuite/tests/module/mod164.stderr b/testsuite/tests/module/mod164.stderr index 5f18adc025..e6ebc70bca 100644 --- a/testsuite/tests/module/mod164.stderr +++ b/testsuite/tests/module/mod164.stderr @@ -1,9 +1,9 @@ mod164.hs:9:5: - Ambiguous occurrence `D1' - It could refer to either `Mod164_A.D1', - imported from `Mod164_A' at mod164.hs:4:1-15 + Ambiguous occurrence ‛D1’ + It could refer to either ‛Mod164_A.D1’, + imported from ‛Mod164_A’ at mod164.hs:4:1-15 (and originally defined at Mod164_A.hs:3:10-11) - or `Mod164_B.D1', - imported from `Mod164_B' at mod164.hs:5:1-15 + or ‛Mod164_B.D1’, + imported from ‛Mod164_B’ at mod164.hs:5:1-15 (and originally defined at Mod164_B.hs:3:10-11) diff --git a/testsuite/tests/module/mod165.stderr b/testsuite/tests/module/mod165.stderr index 293eb993cc..334ad0c7f8 100644 --- a/testsuite/tests/module/mod165.stderr +++ b/testsuite/tests/module/mod165.stderr @@ -1,7 +1,7 @@ mod165.hs:9:5: - Ambiguous occurrence `A.D1' - It could refer to either `A.D1', - imported from `Mod164_A' at mod165.hs:4:1-20 - or `A.D1', imported from `Mod164_B' at mod165.hs:5:1-20 + Ambiguous occurrence ‛A.D1’ + It could refer to either ‛A.D1’, + imported from ‛Mod164_A’ at mod165.hs:4:1-20 + or ‛A.D1’, imported from ‛Mod164_B’ at mod165.hs:5:1-20 exit(1) diff --git a/testsuite/tests/module/mod17.stderr b/testsuite/tests/module/mod17.stderr index 1192637967..3a911609dd 100644 --- a/testsuite/tests/module/mod17.stderr +++ b/testsuite/tests/module/mod17.stderr @@ -1,4 +1,4 @@ mod17.hs:2:10: - The export item `C(m1, m2, m3, Left)' + The export item ‛C(m1, m2, m3, Left)’ attempts to export constructors or class methods that are not visible here diff --git a/testsuite/tests/module/mod174.stderr b/testsuite/tests/module/mod174.stderr index 6ef2e753d0..020f942087 100644 --- a/testsuite/tests/module/mod174.stderr +++ b/testsuite/tests/module/mod174.stderr @@ -1,3 +1,3 @@ mod174.hs:1:1: - The main function `main' is not exported by module `Main' + The main function ‛main’ is not exported by module ‛Main’ diff --git a/testsuite/tests/module/mod176.stderr b/testsuite/tests/module/mod176.stderr index 7301324a91..4dcd689a8a 100644 --- a/testsuite/tests/module/mod176.stderr +++ b/testsuite/tests/module/mod176.stderr @@ -1,4 +1,4 @@ -mod176.hs:4:1: - Warning: The import of `return, Monad' - from module `Control.Monad' is redundant +mod176.hs:4:1: Warning: + The import of ‛return, Monad’ + from module ‛Control.Monad’ is redundant diff --git a/testsuite/tests/module/mod177.stderr b/testsuite/tests/module/mod177.stderr index 1dc7c5c6ae..fe82c64569 100644 --- a/testsuite/tests/module/mod177.stderr +++ b/testsuite/tests/module/mod177.stderr @@ -1,5 +1,5 @@ -mod177.hs:4:1: - Warning: The import of `Data.Maybe' is redundant - except perhaps to import instances from `Data.Maybe' - To import instances alone, use: import Data.Maybe() +mod177.hs:4:1: Warning: + The import of ‛Data.Maybe’ is redundant + except perhaps to import instances from ‛Data.Maybe’ + To import instances alone, use: import Data.Maybe() diff --git a/testsuite/tests/module/mod178.stderr b/testsuite/tests/module/mod178.stderr index 3edd9a4066..755324b58c 100644 --- a/testsuite/tests/module/mod178.stderr +++ b/testsuite/tests/module/mod178.stderr @@ -1,5 +1,5 @@ Mod178_2.hs:1:1: File name does not match module name: - Saw: `Main' - Expected: `Mod178_2' + Saw: ‛Main’ + Expected: ‛Mod178_2’ diff --git a/testsuite/tests/module/mod18.stderr b/testsuite/tests/module/mod18.stderr index 5f8ba3457b..1ef381f90e 100644 --- a/testsuite/tests/module/mod18.stderr +++ b/testsuite/tests/module/mod18.stderr @@ -1,5 +1,5 @@ mod18.hs:3:6: - Multiple declarations of `T' + Multiple declarations of ‛T’ Declared at: mod18.hs:2:6 mod18.hs:3:6 diff --git a/testsuite/tests/module/mod180.stderr b/testsuite/tests/module/mod180.stderr index 2790d92a33..2647f2ada7 100644 --- a/testsuite/tests/module/mod180.stderr +++ b/testsuite/tests/module/mod180.stderr @@ -1,5 +1,5 @@ mod180.hs:8:5: - Couldn't match expected type `T' with actual type `main:Mod180_A.T' + Couldn't match expected type ‛T’ with actual type ‛main:Mod180_A.T’ In the expression: x - In an equation for `z': z = x + In an equation for ‛z’: z = x diff --git a/testsuite/tests/module/mod19.stderr b/testsuite/tests/module/mod19.stderr index 9178ceba40..fd2f5f3192 100644 --- a/testsuite/tests/module/mod19.stderr +++ b/testsuite/tests/module/mod19.stderr @@ -1,10 +1,10 @@ mod19.hs:3:7: - Multiple declarations of `C' + Multiple declarations of ‛C’ Declared at: mod19.hs:2:7 mod19.hs:3:7 mod19.hs:3:17: - Multiple declarations of `m' + Multiple declarations of ‛m’ Declared at: mod19.hs:2:17 mod19.hs:3:17 diff --git a/testsuite/tests/module/mod2.stderr b/testsuite/tests/module/mod2.stderr index e928ab3b19..c98e3f5ce6 100644 --- a/testsuite/tests/module/mod2.stderr +++ b/testsuite/tests/module/mod2.stderr @@ -1,4 +1,4 @@ mod2.hs:3:1: - Failed to load interface for `N' + Failed to load interface for ‛N’ Use -v to see a list of the files searched for. diff --git a/testsuite/tests/module/mod20.stderr b/testsuite/tests/module/mod20.stderr index 123564201a..eb92e4a021 100644 --- a/testsuite/tests/module/mod20.stderr +++ b/testsuite/tests/module/mod20.stderr @@ -1,5 +1,5 @@ mod20.hs:3:18: - Multiple declarations of `m' + Multiple declarations of ‛m’ Declared at: mod20.hs:2:18 mod20.hs:3:18 diff --git a/testsuite/tests/module/mod21.stderr b/testsuite/tests/module/mod21.stderr index b5a86c0749..34620a6bd4 100644 --- a/testsuite/tests/module/mod21.stderr +++ b/testsuite/tests/module/mod21.stderr @@ -1,5 +1,5 @@ mod21.hs:3:6: - Multiple declarations of `T' + Multiple declarations of ‛T’ Declared at: mod21.hs:2:6 mod21.hs:3:6 diff --git a/testsuite/tests/module/mod22.stderr b/testsuite/tests/module/mod22.stderr index 786043d4f2..0e05809361 100644 --- a/testsuite/tests/module/mod22.stderr +++ b/testsuite/tests/module/mod22.stderr @@ -1,5 +1,5 @@ mod22.hs:3:11: - Multiple declarations of `K' + Multiple declarations of ‛K’ Declared at: mod22.hs:2:11 mod22.hs:3:11 diff --git a/testsuite/tests/module/mod23.stderr b/testsuite/tests/module/mod23.stderr index 3085cfff37..77f37d3c22 100644 --- a/testsuite/tests/module/mod23.stderr +++ b/testsuite/tests/module/mod23.stderr @@ -1,5 +1,5 @@ mod23.hs:3:8: - Conflicting definitions for `a' + Conflicting definitions for ‛a’ Bound at: mod23.hs:3:8 mod23.hs:3:10 diff --git a/testsuite/tests/module/mod24.stderr b/testsuite/tests/module/mod24.stderr index 12ed89e59a..9f2bb54798 100644 --- a/testsuite/tests/module/mod24.stderr +++ b/testsuite/tests/module/mod24.stderr @@ -1,5 +1,5 @@ mod24.hs:3:8: - Conflicting definitions for `a' + Conflicting definitions for ‛a’ Bound at: mod24.hs:3:8 mod24.hs:3:10 diff --git a/testsuite/tests/module/mod25.stderr b/testsuite/tests/module/mod25.stderr index 49a15454aa..6d8fd0349d 100644 --- a/testsuite/tests/module/mod25.stderr +++ b/testsuite/tests/module/mod25.stderr @@ -1,2 +1,2 @@ -mod25.hs:3:16: Not in scope: type variable `b' +mod25.hs:3:16: Not in scope: type variable ‛b’ diff --git a/testsuite/tests/module/mod26.stderr b/testsuite/tests/module/mod26.stderr index 914f879d61..0ee82dc57f 100644 --- a/testsuite/tests/module/mod26.stderr +++ b/testsuite/tests/module/mod26.stderr @@ -1,2 +1,2 @@ -mod26.hs:3:21: Not in scope: type variable `b' +mod26.hs:3:21: Not in scope: type variable ‛b’ diff --git a/testsuite/tests/module/mod29.stderr b/testsuite/tests/module/mod29.stderr index ba62a734f0..2abdd7d1de 100644 --- a/testsuite/tests/module/mod29.stderr +++ b/testsuite/tests/module/mod29.stderr @@ -1,2 +1,2 @@ -mod29.hs:6:12: Not in scope: type constructor or class `Char' +mod29.hs:6:12: Not in scope: type constructor or class ‛Char’ diff --git a/testsuite/tests/module/mod3.stderr b/testsuite/tests/module/mod3.stderr index 2b0cae95fa..f07a431b45 100644 --- a/testsuite/tests/module/mod3.stderr +++ b/testsuite/tests/module/mod3.stderr @@ -1,4 +1,4 @@ mod3.hs:2:10: - The export item `T(K1)' + The export item ‛T(K1)’ attempts to export constructors or class methods that are not visible here diff --git a/testsuite/tests/module/mod36.stderr b/testsuite/tests/module/mod36.stderr index 9d6b97bfa9..6ec42d92b0 100644 --- a/testsuite/tests/module/mod36.stderr +++ b/testsuite/tests/module/mod36.stderr @@ -1,2 +1,2 @@ -mod36.hs:5:5: Not in scope: `const' +mod36.hs:5:5: Not in scope: ‛const’ diff --git a/testsuite/tests/module/mod38.stderr b/testsuite/tests/module/mod38.stderr index b04dd77f4b..7c5f277048 100644 --- a/testsuite/tests/module/mod38.stderr +++ b/testsuite/tests/module/mod38.stderr @@ -1,5 +1,5 @@ mod38.hs:4:7: - Multiple declarations of `C' + Multiple declarations of ‛C’ Declared at: mod38.hs:3:6 mod38.hs:4:7 diff --git a/testsuite/tests/module/mod4.stderr b/testsuite/tests/module/mod4.stderr index 84d7cfa19e..38ea462fde 100644 --- a/testsuite/tests/module/mod4.stderr +++ b/testsuite/tests/module/mod4.stderr @@ -1,4 +1,4 @@ mod4.hs:2:10: - The export item `T(K1, K2)' + The export item ‛T(K1, K2)’ attempts to export constructors or class methods that are not visible here diff --git a/testsuite/tests/module/mod40.stderr b/testsuite/tests/module/mod40.stderr index ed77e80f82..aa641e4d8a 100644 --- a/testsuite/tests/module/mod40.stderr +++ b/testsuite/tests/module/mod40.stderr @@ -1,8 +1,8 @@ mod40.hs:3:1: Cycle in class declaration (via superclasses): C1 -> C2 -> C1 - In the class declaration for `C1' + In the class declaration for ‛C1’ mod40.hs:4:1: Cycle in class declaration (via superclasses): C2 -> C1 -> C2 - In the class declaration for `C2' + In the class declaration for ‛C2’ diff --git a/testsuite/tests/module/mod41.stderr b/testsuite/tests/module/mod41.stderr index 5ec4355fbe..921fc95942 100644 --- a/testsuite/tests/module/mod41.stderr +++ b/testsuite/tests/module/mod41.stderr @@ -1,8 +1,8 @@ mod41.hs:3:18: - Illegal instance declaration for `Eq (Either a a)' + Illegal instance declaration for ‛Eq (Either a a)’ (All instance types must be of the form (T a1 ... an) where a1 ... an are *distinct type variables*, and each type variable appears at most once in the instance head. Use -XFlexibleInstances if you want to disable this.) - In the instance declaration for `Eq (Either a a)' + In the instance declaration for ‛Eq (Either a a)’ diff --git a/testsuite/tests/module/mod42.stderr b/testsuite/tests/module/mod42.stderr index 319f42ba05..8fd553febd 100644 --- a/testsuite/tests/module/mod42.stderr +++ b/testsuite/tests/module/mod42.stderr @@ -1,8 +1,8 @@ mod42.hs:3:10: - Illegal instance declaration for `Eq a' + Illegal instance declaration for ‛Eq a’ (All instance types must be of the form (T a1 ... an) where a1 ... an are *distinct type variables*, and each type variable appears at most once in the instance head. Use -XFlexibleInstances if you want to disable this.) - In the instance declaration for `Eq a' + In the instance declaration for ‛Eq a’ diff --git a/testsuite/tests/module/mod43.stderr b/testsuite/tests/module/mod43.stderr index 7fc4da0b8b..5630a4ae58 100644 --- a/testsuite/tests/module/mod43.stderr +++ b/testsuite/tests/module/mod43.stderr @@ -1,7 +1,7 @@ mod43.hs:3:10: - Illegal instance declaration for `Eq String' - (All instance types must be of the form (T t1 ... tn) - where T is not a synonym. - Use -XTypeSynonymInstances if you want to disable this.) - In the instance declaration for `Eq String' + Illegal instance declaration for ‛Eq String’ + (All instance types must be of the form (T t1 ... tn) + where T is not a synonym. + Use -XTypeSynonymInstances if you want to disable this.) + In the instance declaration for ‛Eq String’ diff --git a/testsuite/tests/module/mod45.stderr b/testsuite/tests/module/mod45.stderr index 8aadf22b10..2673763cb0 100644 --- a/testsuite/tests/module/mod45.stderr +++ b/testsuite/tests/module/mod45.stderr @@ -3,4 +3,4 @@ mod45.hs:5:11: Illegal type signature in instance declaration: (==) :: T -> T -> Bool (Use -XInstanceSigs to allow this) - In the instance declaration for `Eq T' + In the instance declaration for ‛Eq T’ diff --git a/testsuite/tests/module/mod46.stderr b/testsuite/tests/module/mod46.stderr index c4c8203266..516215c679 100644 --- a/testsuite/tests/module/mod46.stderr +++ b/testsuite/tests/module/mod46.stderr @@ -2,4 +2,4 @@ mod46.hs:4:10: No instance for (Eq T) arising from the superclasses of an instance declaration - In the instance declaration for `Ord T' + In the instance declaration for ‛Ord T’ diff --git a/testsuite/tests/module/mod47.stderr b/testsuite/tests/module/mod47.stderr index 1b8fd0b411..44aba92178 100644 --- a/testsuite/tests/module/mod47.stderr +++ b/testsuite/tests/module/mod47.stderr @@ -6,4 +6,4 @@ mod47.hs:6:10: bound by the instance declaration at mod47.hs:6:10-34 Possible fix: add (Num a) to the context of the instance declaration - In the instance declaration for `Bar [a]' + In the instance declaration for ‛Bar [a]’ diff --git a/testsuite/tests/module/mod49.stderr b/testsuite/tests/module/mod49.stderr index f08b36e0c4..f0fca3e7ad 100644 --- a/testsuite/tests/module/mod49.stderr +++ b/testsuite/tests/module/mod49.stderr @@ -1,2 +1,2 @@ -mod49.hs:5:3: `y' is not a (visible) method of class `C' +mod49.hs:5:3: ‛y’ is not a (visible) method of class ‛C’ diff --git a/testsuite/tests/module/mod5.stderr-ghc b/testsuite/tests/module/mod5.stderr-ghc index 7992560ca3..b48307ab37 100644 --- a/testsuite/tests/module/mod5.stderr-ghc +++ b/testsuite/tests/module/mod5.stderr-ghc @@ -1,3 +1,3 @@ -mod5.hs:2:10: - Warning: `K1' is exported by `T(K1, K1)' and `T(K1, K1)' +mod5.hs:2:10: Warning: + ‛K1’ is exported by ‛T(K1, K1)’ and ‛T(K1, K1)’ diff --git a/testsuite/tests/module/mod50.stderr b/testsuite/tests/module/mod50.stderr index 9357f7a2d8..453f2f2da3 100644 --- a/testsuite/tests/module/mod50.stderr +++ b/testsuite/tests/module/mod50.stderr @@ -1,2 +1,2 @@ -mod50.hs:3:22: Not in scope: type constructor or class `Foo' +mod50.hs:3:22: Not in scope: type constructor or class ‛Foo’ diff --git a/testsuite/tests/module/mod53.stderr b/testsuite/tests/module/mod53.stderr index 2e142a5bfb..4129d39959 100644 --- a/testsuite/tests/module/mod53.stderr +++ b/testsuite/tests/module/mod53.stderr @@ -1,5 +1,5 @@ -
-mod53.hs:4:22:
- Can't make a derived instance of `C T':
- `C' is not a derivable class
- In the data declaration for `T'
+ +mod53.hs:4:22: + Can't make a derived instance of ‛C T’: + ‛C’ is not a derivable class + In the data declaration for ‛T’ diff --git a/testsuite/tests/module/mod55.stderr b/testsuite/tests/module/mod55.stderr index 9db5ea55cc..a1f388f339 100644 --- a/testsuite/tests/module/mod55.stderr +++ b/testsuite/tests/module/mod55.stderr @@ -1,6 +1,6 @@ -
-mod55.hs:3:26:
- Can't make a derived instance of `Enum T':
- `T' must be an enumeration type
- (an enumeration consists of one or more nullary, non-GADT constructors)
- In the data declaration for `T'
+ +mod55.hs:3:26: + Can't make a derived instance of ‛Enum T’: + ‛T’ must be an enumeration type + (an enumeration consists of one or more nullary, non-GADT constructors) + In the data declaration for ‛T’ diff --git a/testsuite/tests/module/mod56.stderr b/testsuite/tests/module/mod56.stderr index db194406ed..44560cb764 100644 --- a/testsuite/tests/module/mod56.stderr +++ b/testsuite/tests/module/mod56.stderr @@ -1,8 +1,8 @@ -
-mod56.hs:4:39:
- Can't make a derived instance of `Ix T':
- `T' must be an enumeration type
- (an enumeration consists of one or more nullary, non-GADT constructors)
- or
- `T' must have precisely one constructor
- In the data declaration for `T'
+ +mod56.hs:4:39: + Can't make a derived instance of ‛Ix T’: + ‛T’ must be an enumeration type + (an enumeration consists of one or more nullary, non-GADT constructors) + or + ‛T’ must have precisely one constructor + In the data declaration for ‛T’ diff --git a/testsuite/tests/module/mod59.stderr b/testsuite/tests/module/mod59.stderr index c08db2a55f..26e74034ca 100644 --- a/testsuite/tests/module/mod59.stderr +++ b/testsuite/tests/module/mod59.stderr @@ -1,2 +1,2 @@ -mod59.hs:3:3: Not in scope: data constructor `K' +mod59.hs:3:3: Not in scope: data constructor ‛K’ diff --git a/testsuite/tests/module/mod60.stderr b/testsuite/tests/module/mod60.stderr index f363cb933b..b25ee48b16 100644 --- a/testsuite/tests/module/mod60.stderr +++ b/testsuite/tests/module/mod60.stderr @@ -1,5 +1,5 @@ mod60.hs:3:4: - Constructor `Left' should have 1 argument, but has been given none + Constructor ‛Left’ should have 1 argument, but has been given none In the pattern: Left - In an equation for `f': f (Left) = error "foo" + In an equation for ‛f’: f (Left) = error "foo" diff --git a/testsuite/tests/module/mod61.stderr b/testsuite/tests/module/mod61.stderr index 3ac4937437..e96817f659 100644 --- a/testsuite/tests/module/mod61.stderr +++ b/testsuite/tests/module/mod61.stderr @@ -1,4 +1,4 @@ mod61.hs:3:11: Precedence parsing error - cannot mix `==' [infix 4] and `==' [infix 4] in the same infix expression + cannot mix ‛==’ [infix 4] and ‛==’ [infix 4] in the same infix expression diff --git a/testsuite/tests/module/mod62.stderr b/testsuite/tests/module/mod62.stderr index d435dbd6b9..cac9a6f32c 100644 --- a/testsuite/tests/module/mod62.stderr +++ b/testsuite/tests/module/mod62.stderr @@ -2,5 +2,5 @@ mod62.hs:3:9: Qualified name in binding position: M.y mod62.hs:3:22: - Not in scope: `M.y' - Perhaps you meant `M.x' (line 3) + Not in scope: ‛M.y’ + Perhaps you meant ‛M.x’ (line 3) diff --git a/testsuite/tests/module/mod63.stderr b/testsuite/tests/module/mod63.stderr index a4745b2e49..3a60973366 100644 --- a/testsuite/tests/module/mod63.stderr +++ b/testsuite/tests/module/mod63.stderr @@ -1,5 +1,5 @@ mod63.hs:3:1: - Equations for `f' have different numbers of arguments + Equations for ‛f’ have different numbers of arguments mod63.hs:3:1-8 mod63.hs:4:1-11 diff --git a/testsuite/tests/module/mod66.stderr b/testsuite/tests/module/mod66.stderr index a1bf5a2af7..b5fc83fa57 100644 --- a/testsuite/tests/module/mod66.stderr +++ b/testsuite/tests/module/mod66.stderr @@ -1,5 +1,5 @@ mod66.hs:5:1: - Multiple declarations of `f' + Multiple declarations of ‛f’ Declared at: mod66.hs:3:1 mod66.hs:5:1 diff --git a/testsuite/tests/module/mod67.stderr b/testsuite/tests/module/mod67.stderr index 2c2323b83f..a46c8ab03a 100644 --- a/testsuite/tests/module/mod67.stderr +++ b/testsuite/tests/module/mod67.stderr @@ -1,3 +1,3 @@ mod67.hs:3:1: - The type signature for `f' lacks an accompanying binding + The type signature for ‛f’ lacks an accompanying binding diff --git a/testsuite/tests/module/mod68.stderr b/testsuite/tests/module/mod68.stderr index f8490a06b6..0d46be073b 100644 --- a/testsuite/tests/module/mod68.stderr +++ b/testsuite/tests/module/mod68.stderr @@ -1,5 +1,5 @@ -
-mod68.hs:4:1:
- Duplicate type signatures for `f'
- at mod68.hs:3:1
- mod68.hs:4:1
+ +mod68.hs:4:1: + Duplicate type signatures for ‛f’ + at mod68.hs:3:1 + mod68.hs:4:1 diff --git a/testsuite/tests/module/mod7.stderr b/testsuite/tests/module/mod7.stderr index f9119cd786..5a446d3877 100644 --- a/testsuite/tests/module/mod7.stderr +++ b/testsuite/tests/module/mod7.stderr @@ -1,2 +1,2 @@ -mod7.hs:2:10: Not in scope: type constructor or class `T' +mod7.hs:2:10: Not in scope: type constructor or class ‛T’ diff --git a/testsuite/tests/module/mod72.stderr b/testsuite/tests/module/mod72.stderr index 7f047d8023..b3ff8a9b3e 100644 --- a/testsuite/tests/module/mod72.stderr +++ b/testsuite/tests/module/mod72.stderr @@ -1,2 +1,2 @@ -mod72.hs:3:7: Not in scope: `g' +mod72.hs:3:7: Not in scope: ‛g’ diff --git a/testsuite/tests/module/mod73.stderr b/testsuite/tests/module/mod73.stderr index f1234514b4..de23976383 100644 --- a/testsuite/tests/module/mod73.stderr +++ b/testsuite/tests/module/mod73.stderr @@ -1,7 +1,7 @@ mod73.hs:3:7: - Not in scope: `Prelude.g' + Not in scope: ‛Prelude.g’ Perhaps you meant one of these: - `Prelude.id' (imported from Prelude), - `Prelude.log' (imported from Prelude), - `Prelude.pi' (imported from Prelude) + ‛Prelude.id’ (imported from Prelude), + ‛Prelude.log’ (imported from Prelude), + ‛Prelude.pi’ (imported from Prelude) diff --git a/testsuite/tests/module/mod74.stderr b/testsuite/tests/module/mod74.stderr index b4d417bac2..89d12d495c 100644 --- a/testsuite/tests/module/mod74.stderr +++ b/testsuite/tests/module/mod74.stderr @@ -1,2 +1,2 @@ -mod74.hs:3:7: Not in scope: `N.g' +mod74.hs:3:7: Not in scope: ‛N.g’ diff --git a/testsuite/tests/module/mod77.stderr b/testsuite/tests/module/mod77.stderr index 0cb4920e31..1d05d71a07 100644 --- a/testsuite/tests/module/mod77.stderr +++ b/testsuite/tests/module/mod77.stderr @@ -1,3 +1,3 @@ mod77.hs:3:7: - The fixity signature for `$$$' lacks an accompanying binding + The fixity signature for ‛$$$’ lacks an accompanying binding diff --git a/testsuite/tests/module/mod79.stderr b/testsuite/tests/module/mod79.stderr index f8a185725e..329e47625f 100644 --- a/testsuite/tests/module/mod79.stderr +++ b/testsuite/tests/module/mod79.stderr @@ -1,2 +1,2 @@ -mod79.hs:3:16: Module `Prelude' does not export `C' +mod79.hs:3:16: Module ‛Prelude’ does not export ‛C’ diff --git a/testsuite/tests/module/mod80.stderr b/testsuite/tests/module/mod80.stderr index c56caf0ae6..7908ede6ee 100644 --- a/testsuite/tests/module/mod80.stderr +++ b/testsuite/tests/module/mod80.stderr @@ -1,2 +1,2 @@ -mod80.hs:3:16: Module `Prelude' does not export `f' +mod80.hs:3:16: Module ‛Prelude’ does not export ‛f’ diff --git a/testsuite/tests/module/mod81.stderr b/testsuite/tests/module/mod81.stderr index d3f0d5c427..b3c31ddd38 100644 --- a/testsuite/tests/module/mod81.stderr +++ b/testsuite/tests/module/mod81.stderr @@ -1,3 +1,3 @@ mod81.hs:3:16: - Module `Prelude' does not export `Either(Left, Right, Foo)' + Module ‛Prelude’ does not export ‛Either(Left, Right, Foo)’ diff --git a/testsuite/tests/module/mod87.stderr b/testsuite/tests/module/mod87.stderr index 1536679aa6..99ad6bf351 100644 --- a/testsuite/tests/module/mod87.stderr +++ b/testsuite/tests/module/mod87.stderr @@ -1,2 +1,2 @@ -mod87.hs:4:5: Not in scope: data constructor `Left' +mod87.hs:4:5: Not in scope: data constructor ‛Left’ diff --git a/testsuite/tests/module/mod88.stderr b/testsuite/tests/module/mod88.stderr index f166c864c7..707ad693e2 100644 --- a/testsuite/tests/module/mod88.stderr +++ b/testsuite/tests/module/mod88.stderr @@ -1,2 +1,2 @@ -mod88.hs:5:5: Not in scope: data constructor `Prelude.Left' +mod88.hs:5:5: Not in scope: data constructor ‛Prelude.Left’ diff --git a/testsuite/tests/module/mod89.stderr b/testsuite/tests/module/mod89.stderr index c4eb78e428..653c93a810 100644 --- a/testsuite/tests/module/mod89.stderr +++ b/testsuite/tests/module/mod89.stderr @@ -1,2 +1,2 @@ -mod89.hs:3:16: Module `Prelude' does not export `map(..)' +mod89.hs:3:16: Module ‛Prelude’ does not export ‛map(..)’ diff --git a/testsuite/tests/module/mod9.stderr b/testsuite/tests/module/mod9.stderr index 19bec80bb2..deee729ba9 100644 --- a/testsuite/tests/module/mod9.stderr +++ b/testsuite/tests/module/mod9.stderr @@ -1,2 +1,2 @@ -mod9.hs:2:10: Not in scope: type constructor or class `T' +mod9.hs:2:10: Not in scope: type constructor or class ‛T’ diff --git a/testsuite/tests/module/mod90.stderr b/testsuite/tests/module/mod90.stderr index 7cc0b108ed..050b53c02e 100644 --- a/testsuite/tests/module/mod90.stderr +++ b/testsuite/tests/module/mod90.stderr @@ -1,8 +1,8 @@ mod90.hs:3:16: - In module `Prelude': - `Left' is a data constructor of `Either' + In module ‛Prelude’: + ‛Left’ is a data constructor of ‛Either’ To import it use - `import' Prelude( Either( Left ) ) + ‛import’ Prelude( Either( Left ) ) or - `import' Prelude( Either(..) ) + ‛import’ Prelude( Either(..) ) diff --git a/testsuite/tests/module/mod91.stderr b/testsuite/tests/module/mod91.stderr index 5d7d6e1df6..0324f48a01 100644 --- a/testsuite/tests/module/mod91.stderr +++ b/testsuite/tests/module/mod91.stderr @@ -1,3 +1,3 @@ mod91.hs:3:16: - Module `Prelude' does not export `Eq((==), (/=), eq)' + Module ‛Prelude’ does not export ‛Eq((==), (/=), eq)’ diff --git a/testsuite/tests/module/mod97.stderr b/testsuite/tests/module/mod97.stderr index fea2306c19..03891bc178 100644 --- a/testsuite/tests/module/mod97.stderr +++ b/testsuite/tests/module/mod97.stderr @@ -1,2 +1,2 @@ -mod97.hs:4:9: Not in scope: `==' +mod97.hs:4:9: Not in scope: ‛==’ |