[GHC] #7863: Verbosity level for quieter Template Haskell

GHC cvs-ghc at haskell.org
Mon Apr 29 15:58:20 CEST 2013


#7863: Verbosity level for quieter Template Haskell
---------------------------------+------------------------------------------
    Reporter:  dolio             |       Owner:                  
        Type:  feature request   |      Status:  new             
    Priority:  normal            |   Milestone:                  
   Component:  Template Haskell  |     Version:  7.6.3           
    Keywords:                    |          Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |     Failure:  None/Unknown    
  Difficulty:  Unknown           |    Testcase:                  
   Blockedby:                    |    Blocking:                  
     Related:                    |  
---------------------------------+------------------------------------------

Comment(by dolio):

 Oh, sorry. Stuff like the following:

 {{{
 Loading package ghc-prim ... linking ... done.
 Loading package integer-gmp ... linking ... done.
 Loading package base ... linking ... done.
 Loading package array-0.4.0.1 ... linking ... done.
 Loading package deepseq-1.3.0.1 ... linking ... done.
 Loading package bytestring-0.10.0.2 ... linking ... done.
 Loading package old-locale-1.0.0.5 ... linking ... done.
 Loading package time-1.4.0.1 ... linking ... done.
 Loading package unix-2.6.0.1 ... linking ... done.
 Loading package ansi-terminal-0.6 ... linking ... done.
 Loading package ansi-wl-pprint-0.6.6 ... linking ... done.
 Loading package text-0.11.2.3 ... linking ... done.
 Loading package blaze-builder-0.3.1.1 ... linking ... done.
 Loading package blaze-markup-0.5.1.5 ... linking ... done.
 Loading package blaze-html-0.5.1.3 ... linking ... done.
 Loading package containers-0.5.0.0 ... linking ... done.
 ...
 }}}

 That's from one of the projects I work on. There are actually 103 lines
 total, and they get printed multiple times, because we use template
 Haskell in multiple files.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7863#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler



More information about the ghc-tickets mailing list