aboutsummaryrefslogtreecommitdiff
path: root/stack.yaml
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-12-28 14:26:01 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-12-28 14:26:01 -0400
commit1ac524685440dd02428a192e2d074bb17f5f4806 (patch)
tree7b2c4a02e73c81e50ef0d8f22e913d3c9f2ae2f4 /stack.yaml
parentda4c2f9627668535aa11f9293560dbfe0f324b2d (diff)
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..
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml2
1 files changed, 1 insertions, 1 deletions
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