summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-06-26 17:52:39 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-06-26 17:52:39 -0400
commit21057e00e69c3cdedd5a085588fa844b780f1a51 (patch)
treed7268b0694f0858b3471ac8fbeefaae09f3b3f2d
parent24e5b8afaa573ab3d9b1eb9a73221251f87588b5 (diff)
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.
-rw-r--r--debian/changelog3
-rw-r--r--git-annex.cabal2
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 9b92c1aa3..a81c3e806 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/git-annex.cabal b/git-annex.cabal
index a7a1c31e1..78d5dbbac 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -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