hledger-web-1.40: Web user interface for the hledger accounting system
Safe HaskellNone
LanguageHaskell2010

Hledger.Web.Application

Description

Complete the definition of the web app begun in App.hs. This is always done in two files for (TH?) reasons.

Documentation

makeApplication :: WebOpts -> Journal -> AppConfig DefaultEnv Extra -> IO Application Source #

makeApp :: AppConfig DefaultEnv Extra -> WebOpts -> IO App Source #

makeAppWith :: Journal -> AppConfig DefaultEnv Extra -> WebOpts -> IO App Source #

Orphan instances

YesodDispatch App Source # 
Instance details

Methods

yesodDispatch :: YesodRunnerEnv App -> Application #