(cabal check) Add "Version signatures" test
[cabal.git] / cabal-testsuite / PackageTests / ReexportedModules / setup-fail-ambiguous.out
blobb62fdcd8235fd749202e1bfeafff2986d1c2c63f
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