On Sun, Jun 10, 2007 at 09:49:00AM -0400, Ian Zimmerman wrote: > Ross> hugs -q </dev/null | > Ross> sed -n '[EMAIL PROTECTED]"\(.*\)/packages/base/Prelude.hs":@[EMAIL > PROTECTED]' > > What does the -q do? It is not mentioned either in the manpage or in > the manual.
It is in the manpage and section 3.1.2 of the User's Guide, but you have to remember that Hugs toggle options come in +/- pairs: +q (the default) loads modules quietly; -q doesn't. _______________________________________________ Hugs-Users mailing list Hugs-Users@haskell.org http://www.haskell.org/mailman/listinfo/hugs-users