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:
parent
ca62de2537
commit
b717823402
2 changed files with 4 additions and 1 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -14,6 +14,9 @@ git-annex (4.20130622) UNRELEASED; urgency=low
|
|||
* assistant: Fix bug that prevented adding files written by gnucash,
|
||||
and more generally support adding hard links to files. However,
|
||||
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
|
||||
|
||||
|
|
|
@ -133,7 +133,7 @@ Executable git-annex
|
|||
|
||||
if flag(Webapp)
|
||||
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,
|
||||
blaze-builder, crypto-api, hamlet, clientsession, aeson,
|
||||
template-haskell, data-default
|
||||
|
|
Loading…
Reference in a new issue