Support building with yesod 1.4.

The new yesod needs the ViewPatterns extension.
Also, a TH splice in Assistant/Threads/WebApp.hs failed to work without
OverLoadedStrings.

This commit was sponsored by Brock Spratlen.
This commit is contained in:
Joey Hess 2014-10-09 16:56:20 -04:00
parent 507e0ca358
commit 164f0d73ff
4 changed files with 6 additions and 1 deletions

View file

@ -19,3 +19,6 @@ Latest
# End of transcript or log.
"""]]
> [[fixed|done]], although I have not made a release yet.
> It's a 1 line change anyhow, just adding ViewPatterns. --[[Joey]]