[EMAIL PROTECTED] wrote:
> ghc-updater ran fine, or at least didn't hang.  There was one
> error:
>
>     src/lib/HsShellScript/Commands.chs:21:0:
>         Failed to load interface for
>         `Text.ParserCombinators.Parsec':
>           Perhaps you haven't installed the profiling
>           libraries for package parsec-2.1.0.0?
>           Use -v to see a list of the files searched for.
>
> So I manually remerged parsec and repeated ghc-updater, which
> found only the same dev-haskell/hsshellscript-2.7.0 complaint
> about parsec.

This is caused by a package trying to load Parsec with
profiling, while Parsec has not been built with profiling
(`profile` USE flag, which I have enabled globally).

Parsec is a parsing library for Haskell.

-- 
_jsn
-- 
[EMAIL PROTECTED] mailing list

Reply via email to