2 Configuring containers-dupe-0.1.0.0...
4 Preprocessing library for containers-dupe-0.1.0.0..
5 Building library for containers-dupe-0.1.0.0..
7 Installing library in <PATH>
9 Registering library for containers-dupe-0.1.0.0..
11 Configuring p-0.1.0.0...
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]'.