aboutsummaryrefslogtreecommitdiff
path: root/stack.yaml
Commit message (Collapse)AuthorAge
* Removed the testsuite build flagGravatar Joey Hess2017-12-20
| | | | | | | | | | Test suite is always included. Building with this flag disabled has actually been broken for some time, since Command.TestRemote uses tasty. Fewer build flags are better, so good time to drop it. This commit was sponsored by Thomas Hochstein on Patreon.
* Removed no longer needed dependency on yesod-default.Gravatar Joey Hess2017-12-05
| | | | This commit was sponsored by Nick Daly on Patreon.
* still need stack-windows.yaml to specify newer versions of Win32 and unix-compatGravatar Joey Hess2017-11-09
|
* use win32 2.6.1.0Gravatar Joey Hess2017-11-09
| | | | | | | That has my patches merged into it, so stack-windows.yaml is not needed any longer. This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
* revert accidental changeGravatar Joey Hess2017-11-09
|
* retitle; known bugGravatar Joey Hess2017-11-09
|
* remove nix section to unbreak i386-ancient buildGravatar Joey Hess2017-11-08
|
* stack.yaml: Added nix packages section.Gravatar Joey Hess2017-10-25
| | | | Thanks, Sean T Parsons
* new ltsGravatar Joey Hess2017-10-17
|
* Fix build with aws-0.17.Gravatar Joey Hess2017-10-11
| | | | This commit was sponsored by Denis Dzyubenko on Patreon.
* update to lts-8.13Gravatar Joey Hess2017-05-15
|
* stack.yaml: Update to lts-8.6.Gravatar Joey Hess2017-03-27
|
* Revert "Drop support for building without network-uri."Gravatar Joey Hess2017-03-10
| | | | | | This reverts commit bfad6f5a7d156d5ddf0e5cf3840d8d22f82a2377. Need it in stable w/o backports for the ancient autobuilder.
* Drop support for building without network-uri.Gravatar Joey Hess2017-03-10
| | | | | network-uri is available in Debian stable (backports) and testing, so no need to complicate the cabal file anymore
* Removed support for building with the old cryptohash library.Gravatar Joey Hess2017-02-24
| | | | | Building with that library made git-annex not support SHA3; it's time for that to always be supported in case SHA2 dominoes.
* add missing extra-depsGravatar Joey Hess2017-02-02
|
* lts-7.18 finally!Gravatar Joey Hess2017-01-31
| | | | | | | | | | | | 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.
* remove xmpp supportGravatar Joey Hess2016-11-14
| | | | | | | | | | | | 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.
* pin concurrent-output to a version that works on windowsGravatar Joey Hess2016-09-21
|
* Revert "stack.yaml: Update to lts-7.0 (ghc 8)"Gravatar Joey Hess2016-09-21
| | | | | | | | | | | | | | | | | | | 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..
* stack.yaml: Update to lts-7.0 (ghc 8)Gravatar Joey Hess2016-09-15
| | | | | A few of these extra-deps are setting versions to work around various library dep issues with ghc 8.
* remove old ekg flagGravatar Joey Hess2016-07-13
|
* lts-5.18Gravatar Joey Hess2016-05-23
|
* enable explicit-setup-depsGravatar Joey Hess2016-05-05
|
* well, that broke the i386ancient autobuilder. revertGravatar Joey Hess2016-03-17
|
* updateGravatar Joey Hess2016-03-17
|
* Fix build with stack 0.1.6 which needs explicit-setup-deps.Gravatar Joey Hess2016-03-17
|
* bump process version in stack.yamlGravatar Joey Hess2016-03-12
| | | | Newer version than current lts has is needed on windows
* switch to lts 5.5Gravatar Joey Hess2016-03-05
|
* add new depsGravatar Joey Hess2016-03-05
|
* Brought back the dbus and xmpp build flags, so build from source can be done ↵Gravatar Joey Hess2016-02-05
| | | | without C libraries that may be hard to install.
* add xmpp and dbus flagsGravatar Joey Hess2016-02-05
|
* disable magicmime build flag in stack.yamlGravatar Joey Hess2016-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 tagsGravatar Joey Hess2016-01-26
|
* switch to lts-5.0Gravatar Joey Hess2016-01-26
| | | | has concurrent-output and a new enough aws included
* 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.