archlinux-0.2.1: 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
myReadProcess :: FilePath -> [String] -> String -> IO (Either (ExitCode, String, String) String)
Documentation
report :: [String] -> IO StringSource
Take as input a list of package names, return a pandoc object reporting on interesting facts about the packages.
myReadProcessSource
:: FilePathcommand to run
-> [String]any arguments
-> Stringstandard input
-> IO (Either (ExitCode, String, String) String)either the stdout, or an exitcode and any output
Produced by Haddock version 2.6.0