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.
getResourceFilePath :: Compiler FilePathhakyll Hakyll.Core.Compiler Get the file path of the resource we are compiling
fromFilePath :: FilePath -> Identifierhakyll 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 ...
toFilePath :: Identifier -> FilePathhakyll Hakyll.Core.Identifier Convert an identifier back to a relative FilePath.
resourceFilePath :: Provider -> Identifier -> FilePathhakyll Hakyll.Core.Provider No documentation available.
-
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.
ALFilePath :: !ResolvedPath File -> ArchiveLocationpantry Pantry Archive stored at a local file path
GHLFilePath :: !ResolvedPath File -> GlobalHintsLocationpantry Pantry Global hints at a local file path.
InvalidCabalFilePath :: !Path Abs File -> PantryExceptionpantry Pantry No documentation available.
InvalidFilePathGlobalHints :: Text -> PantryExceptionpantry Pantry No documentation available.
InvalidFilePathSnapshot :: Text -> PantryExceptionpantry Pantry No documentation available.