Hoogle Search

Within LTS Haskell 22.18 (ghc-9.6.4)

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

  1. package hakyll

    A static website compiler library Hakyll is a static website compiler library. It provides you with the tools to create a simple or advanced static website using a Haskell DSL and formats such as markdown or RST. You can find more information, including a tutorial, on the website:

    If you seek assistance, there's: Additionally, there's the Haddock documentation in the different modules, meant as a reference.

  2. hakyll :: Rules a -> IO ()

    hakyll Hakyll.Main

    This usually is the function with which the user runs the hakyll compiler

  3. module Hakyll

    Top-level module exporting all modules that are interesting for the user

  4. hakyllWith :: Configuration -> Rules a -> IO ()

    hakyll Hakyll.Main

    A variant of hakyll which allows the user to specify a custom configuration

  5. hakyllWithArgs :: Configuration -> Options -> Rules a -> IO ()

    hakyll Hakyll.Main

    A variant of hakyll which expects a Configuration and command-line Options. This gives freedom to implement your own parsing.

  6. hakyllWithExitCode :: Configuration -> Rules a -> IO ExitCode

    hakyll Hakyll.Main

    A variant of hakyll which returns an ExitCode

  7. hakyllWithExitCodeAndArgs :: Configuration -> Options -> Rules a -> IO ExitCode

    hakyll Hakyll.Main

    No documentation available.

  8. package hakyllbars

    A Hakyll compiler for Handlebars-like templates Hakyllbars brings a handlebars-like template syntax to Hakyll. Please see the documentation at https://keywordsalad.github.io/hakyllbars/

  9. hakyllConvert :: ProcessType r => r

    shell-conduit Data.Conduit.Shell

    No documentation available.

  10. hakyllInit :: ProcessType r => r

    shell-conduit Data.Conduit.Shell

    No documentation available.

Page 1 of 2 | Next