Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. yesodVersion :: String

    hledger-web Hledger.Web.Import

    No documentation available.

  2. yesodWithInternalState :: Yesod site => site -> Maybe (Route site) -> (InternalState -> IO a) -> IO a

    hledger-web Hledger.Web.Import

    How to allocate an InternalState for each request. The default implementation is almost always what you want. However, if you know that you are never taking advantage of the MonadResource instance in your handler functions, setting this to a dummy implementation can provide a small optimization. Only do this if you really know what you're doing, otherwise you can turn safe code into a runtime error! Since 1.4.2

  3. package yesod-auth-basic

    Yesod Middleware for HTTP Basic Authentication An efficient Yesod middleware middleware for HTTP Basic Authentication. Utilizes Yesod request-local caching mechanisms to store valid auth credentials found in the Authorization header.

  4. package yesod-auth-hashdb

    Authentication plugin for Yesod. This package is the Yesod.Auth.HashDB plugin, originally included as part of yesod-auth, but now modified to be more secure and placed in a separate package. It provides authentication using hashed passwords stored in a database, and works best in situations where an administrator is involved in setting up a user with an initial password. The complete login process, including a default form, is implemented by this plugin, but the application developer must design the interfaces for setting up users and allowing them to change their own passwords, since only the low-level password-setting functions are provided by this package. (Note that other authentication plugins may be more appropriate if you wish to use email verification to set up accounts).

  5. package yesod-auth-oauth2

    OAuth 2.0 authentication plugins Library to authenticate with OAuth 2.0 for Yesod web applications.

  6. package yesod-gitrev

    A subsite for displaying git information. (Please see the readme) https://github.com/DanBurton/yesod-gitrev#readme

  7. package yesod-markdown

    Tools for using markdown in a yesod application A subset of Pandoc functionality useful for markdown processing in yesod applications

  8. yesodDefaultExtensions :: [Extension]

    yesod-markdown Yesod.Markdown

    raw_html and auto_identifiers

  9. yesodDefaultReaderOptions :: ReaderOptions

    yesod-markdown Yesod.Markdown

    Defaults plus our extensions, see yesodDefaultExtensions

  10. yesodDefaultWriterOptions :: WriterOptions

    yesod-markdown Yesod.Markdown

    Defaults minus WrapText, plus our extensions

Page 14 of many | Previous | Next