darcs patch: Monoid instance for Html

Thu Feb 18 05:58:09 CET 2010 Daniel Schüssler

On Thu, Feb 18, 2010 at 2:53 PM,
Thu Feb 18 05:58:09 CET 2010 Daniel Schüssler
* Monoid instance for Html Will unfortunately break packages which already define their own instance. Possibly useful for use with things such as HoleyMonoid, though.
As far as I know, the only package which defined a Monoid instance for Html is 'haskell-ugly', and the current version of that may no longer do even that. So I don't think breakage is a concern. (The command I ran over all my local repos was 'find . -name "*.hs" -exec sh -c 'grep "instance Monoid Html where" {} && echo {}' \;') -- gwern

On Thu, Feb 18, 2010 at 02:53:06PM -0500, anotheraddress@gmx.de wrote:
Thu Feb 18 05:58:09 CET 2010 Daniel Schüssler
* Monoid instance for Html Will unfortunately break packages which already define their own instance. Possibly useful for use with things such as HoleyMonoid, though.
html is currently unmaintained. If someone would like to take it over, let me know and I'll put you in the html group on community. Also, it would be nice if html and xhtml didn't needlessly diverge. The latter is maintained by Bjorn: http://hackage.haskell.org/package/xhtml Thanks Ian
participants (3)
-
anotheraddress@gmx.de
-
Gwern Branwen
-
Ian Lynagh