| Commit message (Collapse) | Author | Age |
|
|
|
| |
without C libraries that may be hard to install.
|
| |
|
|
|
|
|
|
| |
When it was enabled by default, stack tried to install the haskell magic
library, but that fails on systems without libmagic dev. So, we need to
disable this by default for stack, it seems.
|
| |
|
|
|
|
| |
has concurrent-output and a new enough aws included
|
|
|
|
|
| |
Available for a long time in Linux, and only used there, so a flag is not
needed.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Make these features solely dependent on the OS being built on.
This lets stack build on windows w/o XMPP, on OSX w/o DBUS,
and on Linux with everything.
|
|
|
|
|
|
|
|
|
| |
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 has aws new enough for glacier and storageclass features.
|
|
|
|
| |
Revert once https://github.com/fpco/stackage/pull/1082 is fixed
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Needs xml parser C libs.
I couldn't avoid needing zlib though, http-client needs it.
|
|
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.
|