Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- createSymLinkFarm :: Target -> [Pkg] -> IO ()
- installedHaddocks :: LocalBuildInfo -> IO [Pkg]
- installedHaddocks' :: LocalBuildInfo -> IO [Pkg]
Documentation
createSymLinkFarm :: Target -> [Pkg] -> IO () Source #
Construct a project specific symlink farm which links the installed haddocks to the project and wraps it in a (very) primitive html page.
installedHaddocks :: LocalBuildInfo -> IO [Pkg] Source #
Find all project dependencies and filter out any promlematic ones. This isn't particularly efficeient but given it's performing IO it won't make much difference.
installedHaddocks' :: LocalBuildInfo -> IO [Pkg] Source #
The same as installedHaddocks
but included the project documentation.