Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-24 | set stack.yaml back to lts-10 | jim@bo | |
2018-06-22 | change default stack.yaml to stack.ghc-8.4.yaml | Andrew Cady | |
2018-06-09 | test publishing and retrieval of NodeInfo via avahi | Andrew Cady | |
2018-06-08 | add avahi dependency | Andrew Cady | |
2018-06-06 | add stack.yaml | Andrew Cady | |
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. |