summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://edheil.wordpress.com/ <http://edheil.wordpress.com/@web>2012-12-07 03:39:09 +0000
committerGravatar admin <admin@branchable.com>2012-12-07 03:39:09 +0000
commit69100cfcb34dbf76ef1fe06ead42f05555ed458b (patch)
treed85f23b56e7aa235ad44304279a733320eb0d7cd
parentc134feaaff5d847b50e0289bcdc0fe95c1e217f0 (diff)
-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!