git-annex/doc/forum/Problem_compiling_current_master.mdwn
https://www.google.com/accounts/o8/id?id=AItOawmU_2tE75oyG0h2ZPN4lcroIKEMC8G-otE c9fa0627ba
2012-08-29 06:48:43 +00:00

12 lines
534 B
Markdown

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?