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..
This commit is contained in:
Joey Hess 2015-12-28 14:26:01 -04:00
parent 441573a92b
commit d7b6d7e157
Failed to extract signature

View file

@ -11,7 +11,7 @@ flags:
assistant: true
pairing: true
cryptonite: true
xmpp: false
xmpp: true
network-uri: true
s3: true
dbus: false