YhcSource codeContentsIndex
Package
Synopsis
package :: Flags -> FilePath -> IO PackageData
getModule :: PackageData -> Bool -> String -> String -> IO (FilePath, FilePath)
getOneModule :: String -> IO FilePath
data PackageData
Documentation
package :: Flags -> FilePath -> IO PackageData
getModule :: PackageData -> Bool -> String -> String -> IO (FilePath, FilePath)
take the package data and the name of the module you want return the (modulepath.hs, modulepath.hi) if either doesn't exist, return null, at least one must exist if requireHi is True then the .hi file MUST exist
getOneModule :: String -> IO FilePath
Find the location of one single module
data PackageData
Produced by Haddock version 0.8