Create changelogs for 3.14.1.0 (#10591)
[cabal.git] / cabal-testsuite / PackageTests / ReexportedModules / setup-fail-ambiguous.out
bloba2ed311a50229e90dcf2183c3ebf119661474d73
1 # Setup configure
2 Configuring containers-dupe-0.1.0.0...
3 # Setup build
4 Preprocessing library for containers-dupe-0.1.0.0...
5 Building library for containers-dupe-0.1.0.0...
6 # Setup copy
7 Installing library in <PATH>
8 # Setup register
9 Registering library for containers-dupe-0.1.0.0...
10 # Setup configure
11 Configuring p-0.1.0.0...
12 Error:
13     Problem with module re-exports:
14       - Ambiguous reexport 'Data.Map'
15         It could refer to either:
16              'containers-<VERSION>:Data.Map'
17              brought into scope by build-depends: containers
18           or 'containers-dupe-0.1.0.0:Data.Map'
19              brought into scope by build-depends: containers-dupe
20         The ambiguity can be resolved by qualifying the
21         re-export with a package name.
22         The syntax is 'packagename:ModuleName [as NewName]'.
23     In the stanza library