summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T11071.stderr
blob: e3d5e30377a06036818f7cba2e6fe5b7710b52cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53

T11071.hs:19:12: error:
    Not in scope: ‘NoSuchModule.foo’
    No module named ‘NoSuchModule’ is imported.

T11071.hs:20:12: error:
    Not in scope: ‘Data.List.foobar’
    Module ‘Data.List’ does not export ‘foobar’.

T11071.hs:21:12: error:
    Not in scope: ‘M.foobar’
    Neither ‘Data.Map’ nor ‘Data.IntMap’ exports ‘foobar’.

T11071.hs:22:12: error:
    Not in scope: ‘M'.foobar’
    Neither ‘Data.Map’, ‘Data.IntMap’ nor ‘System.IO’ exports ‘foobar’.

T11071.hs:23:12: error:
    Not in scope: ‘Data.List.sort’
    Perhaps you want to add ‘sort’ to the import list in the import of
    ‘Data.List’ (T11071.hs:3:1-24).

T11071.hs:24:12: error:
    Not in scope: ‘Data.List.unlines’
    Perhaps you meant ‘Data.List.lines’ (imported from Data.List)
    Perhaps you want to add ‘unlines’ to the import list
    in the import of ‘Data.List’ (T11071.hs:3:1-24).

T11071.hs:25:12: error:
    Not in scope: ‘M.size’
    Perhaps you want to add ‘size’ to one of these import lists:
      ‘Data.Map’ (T11071.hs:4:1-33)
      ‘Data.IntMap’ (T11071.hs:5:1-36)

T11071.hs:26:12: error:
    Not in scope: ‘M.valid’
    Perhaps you meant one of these:
      ‘M'.valid’ (imported from Data.Map),
      ‘M'.valid’ (imported from Data.Map)
    Perhaps you want to add ‘valid’ to the import list in the import of
    ‘Data.Map’ (T11071.hs:4:1-33).

T11071.hs:27:12: error:
    Not in scope: data constructor ‘Ord.Down’
    Perhaps you want to remove ‘Down’ from the explicit hiding list
    in the import of ‘Data.Ord’ (T11071.hs:8:1-46).

T11071.hs:28:12: error:
    Not in scope: ‘M'.size’
    Perhaps you want to remove ‘size’ from the hiding clauses
    in one of these imports:
      ‘Data.Map’ (T11071.hs:10:1-53)
      ‘Data.IntMap’ (T11071.hs:12:1-48)