Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | remove old ekg flag | Joey Hess | 2016-07-13 |
| | |||
* | lts-5.18 | Joey Hess | 2016-05-23 |
| | |||
* | enable explicit-setup-deps | Joey Hess | 2016-05-05 |
| | |||
* | well, that broke the i386ancient autobuilder. revert | Joey Hess | 2016-03-17 |
| | |||
* | update | Joey Hess | 2016-03-17 |
| | |||
* | Fix build with stack 0.1.6 which needs explicit-setup-deps. | Joey Hess | 2016-03-17 |
| | |||
* | bump process version in stack.yaml | Joey Hess | 2016-03-12 |
| | | | | Newer version than current lts has is needed on windows | ||
* | switch to lts 5.5 | Joey Hess | 2016-03-05 |
| | |||
* | add new deps | Joey Hess | 2016-03-05 |
| | |||
* | Brought back the dbus and xmpp build flags, so build from source can be done ↵ | Joey Hess | 2016-02-05 |
| | | | | without C libraries that may be hard to install. | ||
* | add xmpp and dbus flags | Joey Hess | 2016-02-05 |
| | |||
* | disable magicmime build flag in stack.yaml | Joey Hess | 2016-02-05 |
| | | | | | | 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. | ||
* | update for removed tags | Joey Hess | 2016-01-26 |
| | |||
* | switch to lts-5.0 | Joey Hess | 2016-01-26 |
| | | | | has concurrent-output and a new enough aws included | ||
* | remove Inotify build flag | Joey Hess | 2015-12-28 |
| | | | | | Available for a long time in Linux, and only used there, so a flag is not needed. | ||
* | remove win32-extras; was merged into stackage | Joey Hess | 2015-12-28 |
| | |||
* | fix format | Joey Hess | 2015-12-28 |
| | |||
* | remove XMPP, DBus, DesktopNotify build flags | Joey Hess | 2015-12-28 |
| | | | | | | | 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. | ||
* | enable xmpp in stack.yaml | Joey Hess | 2015-12-28 |
| | | | | | | | | | 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.. | ||
* | switch to nightly-2015-12-28 | Joey Hess | 2015-12-28 |
| | | | | This has aws new enough for glacier and storageclass features. | ||
* | temporarily disable concurrent-output in stack.yaml | Joey Hess | 2015-12-28 |
| | | | | Revert once https://github.com/fpco/stackage/pull/1082 is fixed | ||
* | remove database flag, following changes to cabal file | Joey Hess | 2015-12-28 |
| | |||
* | enable ConcurrentOutput flag for stack | Joey Hess | 2015-11-06 |
| | |||
* | put Win32-extras in extra-deps as it's not yet in lts | Joey Hess | 2015-10-13 |
| | |||
* | add resolver field needed by more recent versions of stack | Joey Hess | 2015-09-28 |
| | |||
* | turn off dbus for stack | Joey Hess | 2015-09-26 |
| | | | | | | Needs xml parser C libs. I couldn't avoid needing zlib though, http-client needs it. | ||
* | Added stack.yaml to support easy builds from source with stack. | Joey Hess | 2015-09-26 |
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. |