hdocs-0.4.2.1: Haskell docs tool

Safe HaskellNone
LanguageHaskell98

HDocs.Haddock

Contents

Synopsis

Documentation functions

readHaddock :: FilePath -> ExceptT String IO (Map String ModuleDocMap) Source

Read docs from .haddock file

readSource :: [String] -> FilePath -> ExceptT String IO (String, ModuleDocMap) Source

Read docs for haskell module

Extract docs

Utility functions

haddockFiles :: [String] -> ExceptT String IO [FilePath] Source

Get list of haddock files in package db

readPackageInterfaces :: PackageConfig -> ExceptT String IO [InstalledInterface] Source

Read installed interfaces for package

module HDocs.Base