ContentsIndex
Drivers.Depend
Description
this module contains the top level routines for searching for packages with certain dependencies
Synopsis
data DependTarget = DependTarget {
pkgName :: ByteString
pkgSlot :: ByteString
}
parse_category :: DependTarget -> FilePath -> Bool -> [FilePath] -> IO [PackageDep]
search_for_depends :: String -> [FilePath] -> Bool -> IO ()
Documentation
data DependTarget
Data type for tracking the depend info for the requested depend package
Constructors
DependTarget
pkgName :: ByteString
pkgSlot :: ByteString
parse_category :: DependTarget -> FilePath -> Bool -> [FilePath] -> IO [PackageDep]
check the DEPEND info for all items in [FilePath]
search_for_depends :: String -> [FilePath] -> Bool -> IO ()
Search for packages depending on a particular package. The results from this function are similar to the ones from equery via -d
Produced by Haddock version 2.4.2