Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. getResourceFilePath :: Compiler FilePath

    hakyll Hakyll.Core.Compiler

    Get the file path of the resource we are compiling

  2. fromFilePath :: FilePath -> Identifier

    hakyll Hakyll.Core.Identifier

    Parse an identifier from a file path string. For example,

    -- e.g. file on disk: 'posts/hakyll.md'
    match "posts/*" $ do                                          -- saved with implicit identifier 'posts/hakyll.md'
    compile pandocCompiler
    
    match "about/*" $ do
    compile $ do
    compiledPost <- load (fromFilePath "posts/hakyll.md") -- load with explicit identifier
    ...
    

  3. toFilePath :: Identifier -> FilePath

    hakyll Hakyll.Core.Identifier

    Convert an identifier back to a relative FilePath.

  4. resourceFilePath :: Provider -> Identifier -> FilePath

    hakyll Hakyll.Core.Provider

    No documentation available.

  5. getTemplateFilePath :: forall (m :: Type -> Type) (n :: Type -> Type) . Monad m => HeistT n m (Maybe FilePath)

    heist Heist

    Gets the full path to the file holding the template currently being processed. Returns Nothing if the template is not associated with a file on disk or if there is no template being processed.

  6. ALFilePath :: !ResolvedPath File -> ArchiveLocation

    pantry Pantry

    Archive stored at a local file path

  7. GHLFilePath :: !ResolvedPath File -> GlobalHintsLocation

    pantry Pantry

    Global hints at a local file path.

  8. InvalidCabalFilePath :: !Path Abs File -> PantryException

    pantry Pantry

    No documentation available.

  9. InvalidFilePathGlobalHints :: Text -> PantryException

    pantry Pantry

    No documentation available.

  10. InvalidFilePathSnapshot :: Text -> PantryException

    pantry Pantry

    No documentation available.

Page 31 of many | Previous | Next