summaryrefslogtreecommitdiff
path: root/doc/bugs/yesod-form_missing.mdwn
blob: ad92bd04078143743b548a560b10e504e8651854 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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!

> [[done]] --[[Joey]]