From 7f505a43b02dd98033a2e27dc040c3e7c1b20eaa Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Mon, 22 Feb 2016 12:09:56 -0500 Subject: Compiles with latest stackage lts 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..6fabf46f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.stack-work/ -- cgit v1.2.3