Safe Haskell | None |
---|---|
Language | Haskell2010 |
Internal module to parse metadata
Synopsis
- loadMetadata :: Provider -> Identifier -> IO (Metadata, Maybe String)
- parsePage :: String -> Either ParseException (Metadata, String)
- data MetadataException = MetadataException FilePath ParseException
Documentation
loadMetadata :: Provider -> Identifier -> IO (Metadata, Maybe String) Source #
data MetadataException Source #
Thrown in the IO monad if things go wrong. Provides a nice-ish error message.
MetadataException FilePath ParseException |
Instances
Show MetadataException Source # | |
Defined in Hakyll.Core.Provider.Metadata showsPrec :: Int -> MetadataException -> ShowS # show :: MetadataException -> String # showList :: [MetadataException] -> ShowS # | |
Exception MetadataException Source # | |
Defined in Hakyll.Core.Provider.Metadata |