hdocs-0.3.0.1: Haskell docs tool

Safe HaskellNone

HDocs.Haddock

Contents

Synopsis

Documentation functions

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

Read docs from .haddock file

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

Read docs for haskell module

Extract docs

Utility functions

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

Get list of haddock files in package db

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

Read installed interfaces for package

module HDocs.Base