hsx2hs v0.7.0 Release Notes

    • Introduce the new child tag syntax available with haskell-src-exts 1.10.x:

      <%>bar</%>

    now translates into the equivalent of

    asChild [asChild <foo/>, asChild "bar"]
    

    (though of course with appropriate translation of the component as well).