yesod/yesod-core/Yesod
Michael Snoyman 972e117005 More efficient token generation
Old code would create a new System.Random generator each time, which
requires going to the system entropy store. New code caches an
mwc-random gen at startup.
2014-10-20 10:34:38 +03:00
..
Core More efficient token generation 2014-10-20 10:34:38 +03:00
Routes Document Route typeclasses 2014-10-05 15:06:23 -07:00
Core.hs Export defaultYesodMiddleware and authorizationCheck 2014-04-17 07:54:37 +03:00