| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
esqueleto finally got fixed, thanks to @bitemyapp
Since XMPP was removed, the previous build failures related to it should
no longer be a problem either.
Meanwhile, lts-5.18 fails to build anymore on Debian due to linker
hardening breaking the version of ghc stack uses with that version.
This commit was sponsored by Francois Marier on Patreon.
|
|
|
|
|
|
|
|
|
|
|
|
| |
I've long considered the XMPP support in git-annex a wart.
It's nice to remove it.
(This also removes the NetMessager, which was only used for XMPP, and the
daemonstatus's desynced list (likewise).)
Existing XMPP remotes should be ignored by git-annex.
This commit was sponsored by Brock Spratlen on Patreon.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit 1f51e4c31db44507d31447ac7d63406918738807.
This broke the i386ancient autobuilder due to its use of
--flag git-annex:XMPP --flag=git-annex:dbus
-- Failure when adding dependencies:
fdo-notify: needed ((>=0.3)), stack configuration has no specified version
(latest applicable is 0.3.1)
gnutls: needed ((>=0.1.4)), stack configuration has no specified version
(latest applicable is 0.2)
network-protocol-xmpp: needed (-any), stack configuration has no specified
version (latest applicable is 0.4.8)
OSX autobuilder also seems hosed by it, so too soon.
De-revert later..
|
|
|
|
|
| |
A few of these extra-deps are setting versions to work around various
library dep issues with ghc 8.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Newer version than current lts has is needed on windows
|
| |
|
| |
|
|
|
|
| |
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.
|