This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawmU_2tE75oyG0h2ZPN4lcroIKEMC8G-otE 2012-08-29 06:48:43 +00:00 committed by admin
parent c39e190535
commit c9fa0627ba

View file

@ -0,0 +1,12 @@
While trying to compile the current master I run in the following error:
Utility/Yesod.hs:21:14:
Couldn't match expected type `String'
with actual type `WidgetFileSettings'
Expected type: String -> Q Exp
Actual type: WidgetFileSettings -> FilePath -> Q Exp
In the expression: widgetFileNoReload
In an equation for `widgetFile': widgetFile = widgetFileNoReload
make: *** [git-annex] Fehler 1
I installed all dependencies from the INSTALL document. What is wrong?