summaryrefslogtreecommitdiff
path: root/doc/bugs/yesod-form_missing.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-12-07 12:22:17 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-12-07 12:22:17 -0400
commit6a2f9fc2bc34c8ec229c44db8ee7c06f1709c161 (patch)
tree015e34d5ee2072eabdb056ed87a64d77c94cf68f /doc/bugs/yesod-form_missing.mdwn
parent206451dd02b4deea8b1cba9309883bef4cfbbc89 (diff)
parente301c006feef98d26a04903b68c857a582a6fdda (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc/bugs/yesod-form_missing.mdwn')
-rw-r--r--doc/bugs/yesod-form_missing.mdwn21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/bugs/yesod-form_missing.mdwn b/doc/bugs/yesod-form_missing.mdwn
new file mode 100644
index 000000000..b45226656
--- /dev/null
+++ b/doc/bugs/yesod-form_missing.mdwn
@@ -0,0 +1,21 @@
+What steps will reproduce the problem?
+
+build using cabal from a git checkout
+
+What is the expected output? What do you see instead?
+
+successful build; error message is:
+
+Assistant/WebApp/Form.hs:15:8:
+ Could not find module `Yesod.Form.Fields'
+ It is a member of the hidden package `yesod-form-1.2.0'.
+ Perhaps you need to add `yesod-form' to the build-depends in your .cabal file.
+
+
+What version of git-annex are you using? On what operating system?
+
+git checkout commit 90b62db1defdd223294935ec0bbaac883cd20c04 on OS X Lion
+
+Please provide any additional information below.
+
+adding yesod-form to the build depends in git-annex.cabal does indeed fix the problem!