Skip to content
  • runeks's avatar
    f861423b
    dump-decls: fix "Ambiguous module name"-error · f861423b
    runeks authored and Marge Bot's avatar Marge Bot committed
    Fixes errors of the following kind, which happen when dump-decls is run on a package that contains a module name that clashes with that of another package.
    
    ```
    dump-decls: <no location info>: error:
        Ambiguous module name `System.Console.ANSI.Types':
          it was found in multiple packages:
          ansi-terminal-0.11.4 ansi-terminal-types-0.11.5
    ```
    f861423b
    dump-decls: fix "Ambiguous module name"-error
    runeks authored and Marge Bot's avatar Marge Bot committed
    Fixes errors of the following kind, which happen when dump-decls is run on a package that contains a module name that clashes with that of another package.
    
    ```
    dump-decls: <no location info>: error:
        Ambiguous module name `System.Console.ANSI.Types':
          it was found in multiple packages:
          ansi-terminal-0.11.4 ansi-terminal-types-0.11.5
    ```
Loading