From d7b6d7e1578ff7573ce7816df7b116176c306d2d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 28 Dec 2015 14:26:01 -0400 Subject: [PATCH] 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(-) diff --git a/stack.yaml b/stack.yaml index be0033f288..a2d14069fc 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