summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmU_2tE75oyG0h2ZPN4lcroIKEMC8G-otE <Michael@web>2012-08-29 06:48:43 +0000
committerGravatar admin <admin@branchable.com>2012-08-29 06:48:43 +0000
commitc9fa0627ba9d4296515378cbe7664c9407628774 (patch)
treecbda96b92365ac2f2c6aebe986fcdbd4f9c3e186
parentc39e19053588a7a5f48641338ec3a22b1d5cf266 (diff)
-rw-r--r--doc/forum/Problem_compiling_current_master.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/forum/Problem_compiling_current_master.mdwn b/doc/forum/Problem_compiling_current_master.mdwn
new file mode 100644
index 000000000..d79dcd0b4
--- /dev/null
+++ b/doc/forum/Problem_compiling_current_master.mdwn
@@ -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?