I did a fresh install of yesod (cabal install yesod) and tried the form-example on page http://www.yesodweb.com/book/forms where the custom field is used. Compiler gives errors on data constructor and functions not in scope.
See http://hpaste.org/49690 for code and error-list. How is this solved?
When running from scaffolded project, I get the same errors...
import Yesod.Formline? – Michael Snoyman Jul 30 '11 at 18:31