diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-08-23 10:44:09 -0700 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-08-23 10:44:09 -0700 |
commit | 6270066ded1c8ee01adae414689e8c6292a5d918 (patch) | |
tree | 495b212ab008103f92c7e6868b82b92a58e993ea /doc/bugs/Build_failures_with_7.10.mdwn | |
parent | a941dd9207bc27cb382b283657ceb58d0618c5da (diff) |
Reorder declaration to fix build with yesod-core > 1.4.13. Thanks, Michael Alan Dorman.
Diffstat (limited to 'doc/bugs/Build_failures_with_7.10.mdwn')
-rw-r--r-- | doc/bugs/Build_failures_with_7.10.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/Build_failures_with_7.10.mdwn b/doc/bugs/Build_failures_with_7.10.mdwn index 102326a40..e733ad1a7 100644 --- a/doc/bugs/Build_failures_with_7.10.mdwn +++ b/doc/bugs/Build_failures_with_7.10.mdwn @@ -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]] |