Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-23 | avoid forked xml-conduit | Andrew Cady | |
turns out it wasn't necessary | |||
2016-02-22 | use forked xml-conduit (fixes renderBuilderFlush = undefined) | Andrew Cady | |
2016-02-22 | Compiles with latest stackage lts | Andrew Cady | |
However, it can't possibly work, because of this: XMPPServer.hs: > renderBuilderFlush = undefined The (real) definition of that function will have to be provided by a forked version of xml-conduit which is not included in this commit. |