archlinux-0.2.3: Support for working with Arch Linux packagesSource codeContentsIndex
Distribution.ArchLinux.Report
Description
Construct reports about a set of packages in AUR
Synopsis
report :: [String] -> IO String
loadPackageIndex :: IO (Map String Version)
Documentation
report :: [String] -> IO StringSource
Take as input a list of package names, return an html page with interesting facts about the state of the packages.
loadPackageIndex :: IO (Map String Version)Source
Load a table of packag names associated with their latest versions
Produced by Haddock version 2.6.0