
22 Dec
2011
22 Dec
'11
10:57 a.m.
On Thu, Dec 22, 2011 at 03:29:48PM +0000, Serge D. Mechveliani wrote:
DExport.hs:26:8: Ambiguous module name `Prelude': it was found in multiple packages: base haskell98-2.0.0.1 ----------------------
Please, what is the best way out?
You need to remove either the dependency on haskell98 or the one on base - a package can't depend on both.