git-annex/stack.yaml
Joey Hess d7b6d7e157
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..
2015-12-28 14:26:01 -04:00

31 lines
552 B
YAML

flags:
git-annex:
concurrentoutput: false
tahoe: true
tdfa: true
inotify: true
feed: true
webapp-secure: true
production: true
ekg: false
assistant: true
pairing: true
cryptonite: true
xmpp: true
network-uri: true
s3: true
dbus: false
testsuite: true
webdav: true
torrentparser: true
android: false
androidsplice: false
quvi: true
dns: true
desktopnotify: true
webapp: true
packages:
- '.'
extra-deps:
- Win32-extras-0.2.0.1
resolver: nightly-2015-12-28