[darcs-devel] darcs patch

David Roundy droundy at abridgegame.org
Sat Oct 16 07:49:02 PDT 2004


On Fri, Oct 15, 2004 at 12:07:03PM -0400, simons at cryp.to wrote:
> 
> [bug is imported from impossible.h already
> simons at cryp.to**20041015150858] {
> hunk ./darcs_cgi.lhs 42
> - -import DarcsUtils
> +import DarcsUtils hiding ( bug )
> }

I prefer when possible specific imports, so instead of applying this
change, I've done the following:

{
hunk ./darcs_cgi.lhs 42
-import DarcsUtils
+import DarcsUtils ( catchall )
}
-- 
David Roundy
http://www.abridgegame.org




More information about the darcs-devel mailing list