git-annex/stack.yaml
Joey Hess 028cdccc65 Added stack.yaml to support easy builds from source with stack.
Update install instructions.

Note that xmpp is disabled in the stack.yaml, because that needs C
libraries that would take extra work for the user to install.
xmpp is moving toward deprecation anyway.
2015-09-26 06:20:09 -04:00

30 lines
519 B
YAML

flags:
git-annex:
asciiprogress: false
tahoe: true
tdfa: true
inotify: true
feed: true
database: true
webapp-secure: true
production: true
ekg: false
assistant: true
pairing: true
cryptonite: true
xmpp: false
network-uri: true
s3: true
dbus: true
testsuite: true
webdav: true
torrentparser: true
android: false
androidsplice: false
quvi: true
dns: true
desktopnotify: true
webapp: true
packages:
- '.'
extra-deps: []