Temporarily revert back to building with yesod before 1.2. Version 1.2 of yesod, or the new version of warp seem to have a bug that causes the webapp to hang.

This commit is contained in:
Joey Hess 2013-06-26 17:52:39 -04:00
parent ca62de2537
commit b717823402
2 changed files with 4 additions and 1 deletions

3
debian/changelog vendored
View file

@ -14,6 +14,9 @@ git-annex (4.20130622) UNRELEASED; urgency=low
* assistant: Fix bug that prevented adding files written by gnucash, * assistant: Fix bug that prevented adding files written by gnucash,
and more generally support adding hard links to files. However, and more generally support adding hard links to files. However,
other operations on hard links are still unsupported. other operations on hard links are still unsupported.
* Temporarily revert back to building with yesod before 1.2.
Version 1.2 of yesod, or the new version of warp seem to have a
bug that causes the webapp to hang.
-- Joey Hess <joeyh@debian.org> Fri, 21 Jun 2013 13:16:17 -0400 -- Joey Hess <joeyh@debian.org> Fri, 21 Jun 2013 13:16:17 -0400

View file

@ -133,7 +133,7 @@ Executable git-annex
if flag(Webapp) if flag(Webapp)
Build-Depends: Build-Depends:
yesod, yesod-default, yesod-static, yesod-form, yesod-core, yesod (< 1.2), yesod-default (< 1.2), yesod-static (< 1.2), yesod-form (< 1.3),
case-insensitive, http-types, transformers, wai, wai-logger, warp, case-insensitive, http-types, transformers, wai, wai-logger, warp,
blaze-builder, crypto-api, hamlet, clientsession, aeson, blaze-builder, crypto-api, hamlet, clientsession, aeson,
template-haskell, data-default template-haskell, data-default