From 1ac524685440dd02428a192e2d074bb17f5f4806 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 28 Dec 2015 14:26:01 -0400 Subject: enable xmpp in stack.yaml Since stack is being used to build the OSX autouild now, I want xmpp enabled. This means stack can't be used to build git-annex on windows, unless the user edits this file and disables xmpp. Unfortunate that stack is so unconfigurable, compared with cabal.. --- stack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stack.yaml') diff --git a/stack.yaml b/stack.yaml index be0033f28..a2d14069f 100644 --- a/stack.yaml +++ b/stack.yaml @@ -11,7 +11,7 @@ flags: assistant: true pairing: true cryptonite: true - xmpp: false + xmpp: true network-uri: true s3: true dbus: false -- cgit v1.2.3