Reorder declaration to fix build with yesod-core > 1.4.13. Thanks, Michael Alan Dorman.

This commit is contained in:
Joey Hess 2015-08-23 10:44:09 -07:00
parent 966934d143
commit d20cd4659a
2 changed files with 4 additions and 0 deletions

2
debian/changelog vendored
View file

@ -20,6 +20,8 @@ git-annex (5.20150813) UNRELEASED; urgency=medium
* As a result of the Makefile changes, the Debian package is built
with various hardening options. Although their benefit to a largely
haskell program is unknown.
* Reorder declaration to fix build with yesod-core > 1.4.13.
Thanks, Michael Alan Dorman.
-- Joey Hess <id@joeyh.name> Wed, 12 Aug 2015 14:31:01 -0400

View file

@ -23,3 +23,5 @@ Assistant/WebApp/Types.hs:39:1: WebApp is not in scope at a reify
If I'm reading things correctly (you can do some diffing of the inputs from [the page for the build](http://hydra.cryp.to/build/1099681)), I'm going to guess that it was the upgrade to yesod-1.4.14.
I'll continue to look into it, but it would seem to touch on TH and Yesod stuff with which I am largely unfamiliar.
> Fixed with mdorman's patch, [[done]] (will push a release in a day or 2) --[[Joey]]