(I hope this attachment works. I'm on a laptop with no sendmail.
And sorry for the duplicate patch name. I'll change and resend
if requested.)

This is just an addition to the haddock doc of ColorPrinter.

(I must say I find haddock very aquward.)


-- 
Tommy Pettersson <[EMAIL PROTECTED]>
Fri Oct  3 19:52:14 CEST 2008  Tommy Pettersson <[EMAIL PROTECTED]>
  * haddock documentation for ColorPrinter

New patches:

[haddock documentation for ColorPrinter
Tommy Pettersson <[EMAIL PROTECTED]>**20081003175214] hunk ./src/Darcs/ColorPrinter.lhs 239
 set_color Cyan    = "\x1B[36m"    -- light cyan
 set_color Magenta = "\x1B[35m"    -- light magenta
 
+-- | @'make_asciiart' doc@ tries to make @doc@ (usually a
+-- single escaped char) stand out with the help of only plain
+-- ascii, i.e., no color or font style.
 make_asciiart :: Doc -> Doc
 make_asciiart x = unsafeBothText "[_" <> x <> unsafeBothText "_]"
 

Context:

[TAG 2.1.0pre3
Eric Kow <[EMAIL PROTECTED]>**20081002091241] 
Patch bundle hash:
8489262f857f2f345e089084352eac84b77a401a
_______________________________________________
darcs-users mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-users

Reply via email to