#3088: have ghc-pkg print less useless info when registering
-----------------------------+----------------------------------------------
Reporter: duncan | Owner:
Type: feature request | Status: new
Priority: normal | Component: Compiler
Version: 6.10.1 | Severity: normal
Keywords: | Testcase:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
-----------------------------+----------------------------------------------
This is just the ghc part of
[http://hackage.haskell.org/trac/hackage/ticket/487 Cabal ticket #487],
"print less useless info during builds".
{{{
Useless:
Reading package info from "dist/installed-pkg-config" ... done.
Writing new package config file... done.
This message is generated by ghc-pkg. We should patch ghc-pkg to not be so
verbose by default. That message is only needed at a higher verbosity
level.
}}}
Actually what's missing is any notion of verbosity in ghc-pkg. It doesn't
matter so much what the default verbosity level is as long as Cabal can
tell ghc-pkg to be quiet by default. Of course we still want to know about
errors, warnings etc.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3088>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs