espial-0.0.20: Espial is an open-source, web-based bookmarking server.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Application

Synopsis

Documentation

getApplicationDev :: IO (Settings, Application) Source #

For yesod devel, return the Warp settings and WAI Application.

appMain :: IO () Source #

The main function for an executable running this site.

develMain :: IO () Source #

main function for use by yesod devel

for DevelMain

for GHCI

handler :: Handler a -> IO a Source #

Run a handler

db :: ReaderT SqlBackend (HandlerFor App) a -> IO a Source #

Run DB queries

Orphan instances