
When I try to run devel server of my yesod powered site i get: Could not find module `Database.Persist.TH': It is a member of the hidden package `persistent-0.4.2'. It is a member of the hidden package `persistent-0.3.1.3'. Use -v to see a list of the files searched for. What should I do to expose persistent module ?

On Mon, May 2, 2011 at 5:53 AM, Mister Asafe Ribeiro
When I try to run devel server of my yesod powered site i get:
Could not find module `Database.Persist.TH': It is a member of the hidden package `persistent-0.4.2'. It is a member of the hidden package `persistent-0.3.1.3'. Use -v to see a list of the files searched for.
What should I do to expose persistent module ?
Actually, it's now part of persistent-template, try installing that package. Michael
participants (2)
-
Michael Snoyman
-
Mister Asafe Ribeiro