ghci verbosity

Simon Peyton Jones simonpj at microsoft.com
Tue Jan 14 13:59:55 UTC 2014


Friends

ghc -interactive has just started being more verbose.  The "linking...done" stuff didn't happen before.  Does this ring any bells for anyone? I have not investigated at all so far; hoping someone will say "oh yes, I know and will fix".

Simon


bash$  ~/5builds/HEAD/inplace/bin/ghc-stage2 --interactive
GHCi, version 7.7.20140114: http://www.haskell.org/ghc/  :? for help
Loading package ghc-prim ...
linking ...
done.

Loading package integer-gmp ...
linking ...
done.

Loading package base ...
linking ...
done.

Prelude>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/ghc-devs/attachments/20140114/88a47815/attachment.html>


More information about the ghc-devs mailing list