Temporarily add an upper bound to the version of yesod that can be built with, since yesod 1.2 has a great many changes that will require extensive work on the webapp.
This commit is contained in:
parent
e70a969ef1
commit
8df0611e00
2 changed files with 4 additions and 1 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -1,6 +1,9 @@
|
|||
git-annex (4.20130502) UNRELEASED; urgency=low
|
||||
|
||||
* Android: The webapp is ported and working.
|
||||
* Temporarily add an upper bound to the version of yesod that can be built
|
||||
with, since yesod 1.2 has a great many changes that will require extensive
|
||||
work on the webapp.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Thu, 02 May 2013 20:39:19 -0400
|
||||
|
||||
|
|
|
@ -120,7 +120,7 @@ Executable git-annex
|
|||
CPP-Options: -DWITH_DBUS
|
||||
|
||||
if flag(Webapp)
|
||||
Build-Depends: yesod, yesod-static, case-insensitive,
|
||||
Build-Depends: yesod (< 1.2), yesod-static, case-insensitive,
|
||||
http-types, transformers, wai, wai-logger, warp, blaze-builder,
|
||||
crypto-api, hamlet, clientsession, aeson, yesod-form,
|
||||
template-haskell, yesod-default, data-default
|
||||
|
|
Loading…
Reference in a new issue