hsx2hs v0.9.1 Release Notes

    • ๐Ÿ“‡ Rename the associated types in XMLGen, to avoid frequent name clashes (and enable compilation of various client libraries on GHC 7.4 without the need for CPP).

    • Literal CDATA strings are now annotated with an explicit type signature, to avoid unnecessary ambiguity when OverloadedStrings is enabled.

    • Class XMLGenerator m now has EmbedAsChild m () as premise, and there is a default instance XMLGen m => EmbedAsChild m ().

    • ๐Ÿ› Bug fix in the AST generated by trhsx: Nothing is now generated using 'con nothing_name' instead of 'var nothing_name'. Same with Just. Thanks Jeremy Shaw for the patch.