archlinux-0.2: Support for working with Arch Linux packages

Distribution.ArchLinux.Report

Description

Construct reports about a set of packages in AUR

Synopsis

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

Arguments

:: FilePath

command to run

-> [String]

any arguments

-> String

standard input

-> IO (Either (ExitCode, String, String) String)

either the stdout, or an exitcode and any output