summaryrefslogtreecommitdiff
path: root/stack.yaml
Commit message (Collapse)AuthorAge
* remove Inotify build flagGravatar Joey Hess2015-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 stackageGravatar Joey Hess2015-12-28
|
* fix formatGravatar Joey Hess2015-12-28
|
* remove XMPP, DBus, DesktopNotify build flagsGravatar Joey Hess2015-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.yamlGravatar Joey Hess2015-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-28Gravatar Joey Hess2015-12-28
| | | | This has aws new enough for glacier and storageclass features.
* temporarily disable concurrent-output in stack.yamlGravatar Joey Hess2015-12-28
| | | | Revert once https://github.com/fpco/stackage/pull/1082 is fixed
* remove database flag, following changes to cabal fileGravatar Joey Hess2015-12-28
|
* enable ConcurrentOutput flag for stackGravatar Joey Hess2015-11-06
|
* put Win32-extras in extra-deps as it's not yet in ltsGravatar Joey Hess2015-10-13
|
* add resolver field needed by more recent versions of stackGravatar Joey Hess2015-09-28
|
* turn off dbus for stackGravatar Joey Hess2015-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.Gravatar Joey Hess2015-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.