
26 Aug
2011
26 Aug
'11
5:44 p.m.
On 11-08-26 12:00 PM, informationen wrote:
How can i resolve this conflict permamently (i know about :set -hide-package ... )? And shouldn't there be a rule in the haskell platform which forbids modules of the same name?
Two permanent resolutions, choose one: ghc-pkg hide system-fileio ghc-pkg unregister system-fileio Haskell platform has never included system-fileio, so it contains no ambiguous module name.