simple-cmd-0.2.3: Simple String-based process commands
Safe HaskellSafe-Inferred
LanguageHaskell2010

SimpleCmd.Rpm

Description

This Rpm module currently only provides rpmspec.

Synopsis

Documentation

rpmspec :: [String] -> Maybe String -> FilePath -> IO [String] Source #

rpmspec args mqueryformat specfile runs rpmspec query on file with optional args (a newline is appended to any queryformat)

Since: 0.1.1