This commit is contained in:
parent
c39e190535
commit
c9fa0627ba
1 changed files with 12 additions and 0 deletions
12
doc/forum/Problem_compiling_current_master.mdwn
Normal file
12
doc/forum/Problem_compiling_current_master.mdwn
Normal 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?
|
Loading…
Add table
Reference in a new issue