
Hello Michael, In new version of the *yesod-static-0.2.0* package the function "static" was changed. *static :: String -> FilePath -> IO Static* * * scaffold util (*yesod init*) does not support this new changes, and just scaffolded site does not work. Michael, please explain how to use new version of function. Thanks. -- Best regards, Cheshkov Anton

The scaffolded site depends on the yesod package, which specifies
yesod-static < 0.2, so it should continue to work. The next release of
Yesod will take advantage of the new features introduced by
yesod-static 0.2.
Michael
On Fri, May 20, 2011 at 1:27 PM, Anton Cheshkov
Hello Michael, In new version of the yesod-static-0.2.0 package the function "static" was changed. static :: String -> FilePath -> IO Static scaffold util (yesod init) does not support this new changes, and just scaffolded site does not work. Michael, please explain how to use new version of function. Thanks. -- Best regards, Cheshkov Anton
participants (2)
-
Anton Cheshkov
-
Michael Snoyman